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