Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last.LastQueryCollectNode
-
-
Uses of LastQueryCollectNode in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type LastQueryCollectNode Modifier and Type Method Description OperatorOperatorTreeGenerator. visitLastQueryCollect(LastQueryCollectNode node, LocalExecutionPlanContext context) -
Uses of LastQueryCollectNode in org.apache.iotdb.db.mpp.plan.planner.distribution
Methods in org.apache.iotdb.db.mpp.plan.planner.distribution with parameters of type LastQueryCollectNode Modifier and Type Method Description PlanNodeExchangeNodeAdder. visitLastQueryCollect(LastQueryCollectNode node, NodeGroupContext context) -
Uses of LastQueryCollectNode 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 LastQueryCollectNode Modifier and Type Method Description RPlanVisitor. visitLastQueryCollect(LastQueryCollectNode node, C context) -
Uses of LastQueryCollectNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.process.last that return LastQueryCollectNode Modifier and Type Method Description static LastQueryCollectNodeLastQueryCollectNode. deserialize(java.nio.ByteBuffer byteBuffer)
-