Class LogicalPlanner
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.planner.LogicalPlanner
-
public class LogicalPlanner extends java.lang.ObjectGenerate a logical plan for the statement.
-
-
Constructor Summary
Constructors Constructor Description LogicalPlanner(MPPQueryContext context, java.util.List<PlanOptimizer> optimizers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogicalQueryPlanplan(Analysis analysis)
-
-
-
Constructor Detail
-
LogicalPlanner
public LogicalPlanner(MPPQueryContext context, java.util.List<PlanOptimizer> optimizers)
-
-
Method Detail
-
plan
public LogicalQueryPlan plan(Analysis analysis)
-
-