Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.parameter.InputLocation
-
-
Uses of InputLocation in org.apache.iotdb.db.mpp.execution.operator.process
Method parameters in org.apache.iotdb.db.mpp.execution.operator.process with type arguments of type InputLocation Modifier and Type Method Description protected voidTransformOperator. initTransformers(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations, Expression[] outputExpressions, TypeProvider typeProvider)Constructor parameters in org.apache.iotdb.db.mpp.execution.operator.process with type arguments of type InputLocation Constructor Description TransformOperator(OperatorContext operatorContext, Operator inputOperator, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> inputDataTypes, java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations, Expression[] outputExpressions, boolean keepNull, java.time.ZoneId zoneId, TypeProvider typeProvider, boolean isAscending) -
Uses of InputLocation in org.apache.iotdb.db.mpp.execution.operator.process.join.merge
Methods in org.apache.iotdb.db.mpp.execution.operator.process.join.merge with parameters of type InputLocation Modifier and Type Method Description static voidSingleColumnMerger. mergeOneColumn(org.apache.iotdb.tsfile.read.common.block.TsBlock[] inputTsBlocks, int[] inputIndex, int[] updatedInputIndex, long currentTime, org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder columnBuilder, InputLocation location)static voidSingleColumnMerger. mergeOneColumn(org.apache.iotdb.tsfile.read.common.block.TsBlock[] inputTsBlocks, int[] inputIndex, int[] updatedInputIndex, org.apache.iotdb.tsfile.read.common.block.column.TimeColumnBuilder timeBuilder, long currentEndTime, org.apache.iotdb.tsfile.read.common.block.column.ColumnBuilder columnBuilder, InputLocation location, TimeComparator comparator)Constructors in org.apache.iotdb.db.mpp.execution.operator.process.join.merge with parameters of type InputLocation Constructor Description SingleColumnMerger(InputLocation location, TimeComparator comparator)Constructor parameters in org.apache.iotdb.db.mpp.execution.operator.process.join.merge with type arguments of type InputLocation Constructor Description MultiColumnMerger(java.util.List<InputLocation> inputLocations)NonOverlappedMultiColumnMerger(java.util.List<InputLocation> inputLocations, TimeComparator comparator)these columns' time should never be overlapped -
Uses of InputLocation in org.apache.iotdb.db.mpp.plan.expression
Method parameters in org.apache.iotdb.db.mpp.plan.expression with type arguments of type InputLocation Modifier and Type Method Description abstract voidExpression. bindInputLayerColumnIndexWithExpression(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations) -
Uses of InputLocation in org.apache.iotdb.db.mpp.plan.expression.binary
Method parameters in org.apache.iotdb.db.mpp.plan.expression.binary with type arguments of type InputLocation Modifier and Type Method Description voidBinaryExpression. bindInputLayerColumnIndexWithExpression(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations) -
Uses of InputLocation in org.apache.iotdb.db.mpp.plan.expression.leaf
Method parameters in org.apache.iotdb.db.mpp.plan.expression.leaf with type arguments of type InputLocation Modifier and Type Method Description voidConstantOperand. bindInputLayerColumnIndexWithExpression(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations)voidTimeSeriesOperand. bindInputLayerColumnIndexWithExpression(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations)voidTimestampOperand. bindInputLayerColumnIndexWithExpression(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations) -
Uses of InputLocation in org.apache.iotdb.db.mpp.plan.expression.multi
Method parameters in org.apache.iotdb.db.mpp.plan.expression.multi with type arguments of type InputLocation Modifier and Type Method Description voidFunctionExpression. bindInputLayerColumnIndexWithExpression(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations) -
Uses of InputLocation in org.apache.iotdb.db.mpp.plan.expression.ternary
Method parameters in org.apache.iotdb.db.mpp.plan.expression.ternary with type arguments of type InputLocation Modifier and Type Method Description voidTernaryExpression. bindInputLayerColumnIndexWithExpression(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations) -
Uses of InputLocation in org.apache.iotdb.db.mpp.plan.expression.unary
Method parameters in org.apache.iotdb.db.mpp.plan.expression.unary with type arguments of type InputLocation Modifier and Type Method Description voidUnaryExpression. bindInputLayerColumnIndexWithExpression(java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations) -
Uses of InputLocation in org.apache.iotdb.db.mpp.plan.expression.visitor
Constructor parameters in org.apache.iotdb.db.mpp.plan.expression.visitor with type arguments of type InputLocation Constructor Description ColumnTransformerVisitorContext(UDTFContext udtfContext, TypeProvider typeProvider, java.util.List<LeafColumnTransformer> leafList, java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations, java.util.Map<Expression,ColumnTransformer> cache, java.util.Map<Expression,ColumnTransformer> hasSeen, java.util.List<ColumnTransformer> commonTransformerList, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> inputDataTypes, int originSize) -
Uses of InputLocation in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.parameter that return InputLocation Modifier and Type Method Description static InputLocationInputLocation. deserialize(java.nio.ByteBuffer byteBuffer)InputLocationOutputColumn. getSourceLocation(int index)Methods in org.apache.iotdb.db.mpp.plan.planner.plan.parameter that return types with arguments of type InputLocation Modifier and Type Method Description java.util.List<InputLocation>OutputColumn. getSourceLocations()Constructors in org.apache.iotdb.db.mpp.plan.planner.plan.parameter with parameters of type InputLocation Constructor Description OutputColumn(InputLocation inputLocation)used for case that this OutputColumn only has one input columnConstructor parameters in org.apache.iotdb.db.mpp.plan.planner.plan.parameter with type arguments of type InputLocation Constructor Description OutputColumn(java.util.List<InputLocation> sourceLocations, boolean overlapped) -
Uses of InputLocation in org.apache.iotdb.db.mpp.transformation.dag.builder
Constructor parameters in org.apache.iotdb.db.mpp.transformation.dag.builder with type arguments of type InputLocation Constructor Description EvaluationDAGBuilder(long queryId, QueryDataSetInputLayer inputLayer, java.util.Map<java.lang.String,java.util.List<InputLocation>> inputLocations, Expression[] outputExpressions, TypeProvider typeProvider, UDTFContext udtfContext, float memoryBudgetInMB)
-