Expand description
Query planner that converts AST into executable plans.
Query planner: converts a parsed Statement into a QueryPlan.
Enums§
- Query
Plan - A physical query plan describing how to execute a query.
Functions§
- plan
- Produce an execution plan from a parsed statement.