Expand description
Query Execution Planner
This module provides functionality to convert SQL AST into an execution plan represented as a DAG (Directed Acyclic Graph) of steps.
Structs§
Enums§
- Join
Type - Types of joins in execution plans
- SetOperation
Type - Types of set operations
- Step
Kind - Types of execution steps