Module mz_adapter::optimize::peek
source · Expand description
Optimizer implementation for SELECT
statements.
Structs§
- The (final) result after
- The (sealed intermediate) result after HIR ⇒ MIR lowering and decorrelation and local MIR optimization.
- Marker type for
LocalMirPlan
structs representing an optimization result with attached environment context required for the next optimization stage. - Marker type for
LocalMirPlan
representing an optimization result without context.