Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.DistributedQueryPlan
-
Packages that use DistributedQueryPlan Package Description org.apache.iotdb.db.mpp.plan.execution org.apache.iotdb.db.mpp.plan.planner.distribution -
-
Uses of DistributedQueryPlan in org.apache.iotdb.db.mpp.plan.execution
Methods in org.apache.iotdb.db.mpp.plan.execution that return DistributedQueryPlan Modifier and Type Method Description DistributedQueryPlanQueryExecution. getDistributedPlan() -
Uses of DistributedQueryPlan in org.apache.iotdb.db.mpp.plan.planner.distribution
Methods in org.apache.iotdb.db.mpp.plan.planner.distribution that return DistributedQueryPlan Modifier and Type Method Description DistributedQueryPlanDistributionPlanner. planFragments()
-