Class IntermediateLayerVisitor.IntermediateLayerVisitorContext
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.expression.visitor.IntermediateLayerVisitor.IntermediateLayerVisitorContext
-
- Enclosing class:
- IntermediateLayerVisitor
public static class IntermediateLayerVisitor.IntermediateLayerVisitorContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntermediateLayerVisitorContext(long queryId, UDTFContext udtfContext, QueryDataSetInputLayer rawTimeSeriesInputLayer, java.util.Map<Expression,IntermediateLayer> expressionIntermediateLayerMap, TypeProvider typeProvider, LayerMemoryAssigner memoryAssigner)
-
-
-
Constructor Detail
-
IntermediateLayerVisitorContext
public IntermediateLayerVisitorContext(long queryId, UDTFContext udtfContext, QueryDataSetInputLayer rawTimeSeriesInputLayer, java.util.Map<Expression,IntermediateLayer> expressionIntermediateLayerMap, TypeProvider typeProvider, LayerMemoryAssigner memoryAssigner)
-
-