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