Skip to main content

Module planner

Module planner 

Source
Expand description

Query planner that converts AST into executable plans. Query planner: converts a parsed Statement into a QueryPlan.

Enums§

QueryPlan
A physical query plan describing how to execute a query.

Functions§

plan
Produce an execution plan from a parsed statement.