Uses of Class
org.apache.iotdb.db.mpp.transformation.dag.memory.LayerMemoryAssigner
-
-
Uses of LayerMemoryAssigner in org.apache.iotdb.db.mpp.plan.expression
Methods in org.apache.iotdb.db.mpp.plan.expression with parameters of type LayerMemoryAssigner Modifier and Type Method Description abstract voidExpression. updateStatisticsForMemoryAssigner(LayerMemoryAssigner memoryAssigner) -
Uses of LayerMemoryAssigner in org.apache.iotdb.db.mpp.plan.expression.binary
Methods in org.apache.iotdb.db.mpp.plan.expression.binary with parameters of type LayerMemoryAssigner Modifier and Type Method Description voidBinaryExpression. updateStatisticsForMemoryAssigner(LayerMemoryAssigner memoryAssigner) -
Uses of LayerMemoryAssigner in org.apache.iotdb.db.mpp.plan.expression.leaf
Methods in org.apache.iotdb.db.mpp.plan.expression.leaf with parameters of type LayerMemoryAssigner Modifier and Type Method Description voidConstantOperand. updateStatisticsForMemoryAssigner(LayerMemoryAssigner memoryAssigner)voidTimeSeriesOperand. updateStatisticsForMemoryAssigner(LayerMemoryAssigner memoryAssigner)voidTimestampOperand. updateStatisticsForMemoryAssigner(LayerMemoryAssigner memoryAssigner) -
Uses of LayerMemoryAssigner in org.apache.iotdb.db.mpp.plan.expression.multi
Methods in org.apache.iotdb.db.mpp.plan.expression.multi with parameters of type LayerMemoryAssigner Modifier and Type Method Description voidFunctionExpression. updateStatisticsForMemoryAssigner(LayerMemoryAssigner memoryAssigner) -
Uses of LayerMemoryAssigner in org.apache.iotdb.db.mpp.plan.expression.ternary
Methods in org.apache.iotdb.db.mpp.plan.expression.ternary with parameters of type LayerMemoryAssigner Modifier and Type Method Description voidTernaryExpression. updateStatisticsForMemoryAssigner(LayerMemoryAssigner memoryAssigner) -
Uses of LayerMemoryAssigner in org.apache.iotdb.db.mpp.plan.expression.unary
Methods in org.apache.iotdb.db.mpp.plan.expression.unary with parameters of type LayerMemoryAssigner Modifier and Type Method Description voidUnaryExpression. updateStatisticsForMemoryAssigner(LayerMemoryAssigner memoryAssigner) -
Uses of LayerMemoryAssigner in org.apache.iotdb.db.mpp.plan.expression.visitor
Constructors in org.apache.iotdb.db.mpp.plan.expression.visitor with parameters of type LayerMemoryAssigner Constructor Description 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)
-