Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.node.source.AlignedSeriesScanNode
-
-
Uses of AlignedSeriesScanNode in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type AlignedSeriesScanNode Modifier and Type Method Description OperatorOperatorTreeGenerator. visitAlignedSeriesScan(AlignedSeriesScanNode node, LocalExecutionPlanContext context) -
Uses of AlignedSeriesScanNode in org.apache.iotdb.db.mpp.plan.planner.distribution
Methods in org.apache.iotdb.db.mpp.plan.planner.distribution with parameters of type AlignedSeriesScanNode Modifier and Type Method Description PlanNodeExchangeNodeAdder. visitAlignedSeriesScan(AlignedSeriesScanNode node, NodeGroupContext context)PlanNodeSourceRewriter. visitAlignedSeriesScan(AlignedSeriesScanNode node, DistributionPlanContext context) -
Uses of AlignedSeriesScanNode in org.apache.iotdb.db.mpp.plan.planner.plan.node
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node with parameters of type AlignedSeriesScanNode Modifier and Type Method Description java.util.List<java.lang.String>PlanGraphPrinter. visitAlignedSeriesScan(AlignedSeriesScanNode node, PlanGraphPrinter.GraphContext context)RPlanVisitor. visitAlignedSeriesScan(AlignedSeriesScanNode node, C context) -
Uses of AlignedSeriesScanNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.source
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.source that return AlignedSeriesScanNode Modifier and Type Method Description static AlignedSeriesScanNodeAlignedSeriesScanNode. deserialize(java.nio.ByteBuffer byteBuffer)
-