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