Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.node.process.AggregationNode
-
-
Uses of AggregationNode in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type AggregationNode Modifier and Type Method Description OperatorOperatorTreeGenerator. visitAggregation(AggregationNode node, LocalExecutionPlanContext context) -
Uses of AggregationNode in org.apache.iotdb.db.mpp.plan.planner.distribution
Methods in org.apache.iotdb.db.mpp.plan.planner.distribution with parameters of type AggregationNode Modifier and Type Method Description PlanNodeExchangeNodeAdder. visitAggregation(AggregationNode node, NodeGroupContext context) -
Uses of AggregationNode 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 AggregationNode Modifier and Type Method Description java.util.List<java.lang.String>PlanGraphPrinter. visitAggregation(AggregationNode node, PlanGraphPrinter.GraphContext context)RPlanVisitor. visitAggregation(AggregationNode node, C context) -
Uses of AggregationNode in org.apache.iotdb.db.mpp.plan.planner.plan.node.process
Methods in org.apache.iotdb.db.mpp.plan.planner.plan.node.process that return AggregationNode Modifier and Type Method Description static AggregationNodeAggregationNode. deserialize(java.nio.ByteBuffer byteBuffer)
-