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