Module peek

Source
Expand description

Optimizer implementation for SELECT statements.

Structs§

GlobalLirPlan
The (final) result after
LocalMirPlan
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.