Uses of Class
org.apache.iotdb.db.mpp.transformation.dag.udf.UDTFContext
-
-
Uses of UDTFContext in org.apache.iotdb.db.mpp.execution.operator.process
Fields in org.apache.iotdb.db.mpp.execution.operator.process declared as UDTFContext Modifier and Type Field Description protected UDTFContextTransformOperator. udtfContext -
Uses of UDTFContext in org.apache.iotdb.db.mpp.plan.expression.visitor
Constructors in org.apache.iotdb.db.mpp.plan.expression.visitor with parameters of type UDTFContext 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)IntermediateLayerVisitorContext(long queryId, UDTFContext udtfContext, QueryDataSetInputLayer rawTimeSeriesInputLayer, java.util.Map<Expression,IntermediateLayer> expressionIntermediateLayerMap, TypeProvider typeProvider, LayerMemoryAssigner memoryAssigner)OldIntermediateLayerVisitorContext(long queryId, UDTFContext udtfContext, QueryDataSetInputLayer rawTimeSeriesInputLayer, java.util.Map<Expression,IntermediateLayer> expressionIntermediateLayerMap, java.util.Map<Expression,org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> expressionDataTypeMap, LayerMemoryAssigner memoryAssigner) -
Uses of UDTFContext in org.apache.iotdb.db.mpp.transformation.dag.builder
Constructors in org.apache.iotdb.db.mpp.transformation.dag.builder with parameters of type UDTFContext 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) -
Uses of UDTFContext in org.apache.iotdb.db.qp.physical.crud
Fields in org.apache.iotdb.db.qp.physical.crud declared as UDTFContext Modifier and Type Field Description protected UDTFContextUDTFPlan. udtfContextMethods in org.apache.iotdb.db.qp.physical.crud that return UDTFContext Modifier and Type Method Description UDTFContextUDTFPlan. getUdtfContext()
-