Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.LogicalQueryPlan
-
Packages that use LogicalQueryPlan Package Description org.apache.iotdb.db.mpp.plan.execution org.apache.iotdb.db.mpp.plan.planner org.apache.iotdb.db.mpp.plan.planner.distribution -
-
Uses of LogicalQueryPlan in org.apache.iotdb.db.mpp.plan.execution
Methods in org.apache.iotdb.db.mpp.plan.execution that return LogicalQueryPlan Modifier and Type Method Description LogicalQueryPlanQueryExecution. getLogicalPlan() -
Uses of LogicalQueryPlan in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner that return LogicalQueryPlan Modifier and Type Method Description LogicalQueryPlanLogicalPlanner. plan(Analysis analysis) -
Uses of LogicalQueryPlan in org.apache.iotdb.db.mpp.plan.planner.distribution
Constructors in org.apache.iotdb.db.mpp.plan.planner.distribution with parameters of type LogicalQueryPlan Constructor Description DistributionPlanner(Analysis analysis, LogicalQueryPlan logicalPlan)
-