Expand description
Optimizer implementation for SELECT
statements.
Structs§
- Global
LirPlan - The (final) result after
- Local
MirPlan - The (sealed intermediate) result after HIR ⇒ MIR lowering and decorrelation and local MIR optimization.
- Optimizer
- Resolved
- Marker type for
LocalMirPlan
structs representing an optimization result with attached environment context required for the next optimization stage. - Unresolved
- Marker type for
LocalMirPlan
representing an optimization result without context.