Expand description
Optimizer implementation for SUBSCRIBE
statements.
Structs§
- Global
LirPlan - The (final) result after MIR ⇒ LIR lowering and optimizing the resulting
DataflowDescription
withLIR
plans. - Global
MirPlan - The (sealed intermediate) result after:
- Optimizer
- Resolved
- Marker type for
GlobalMirPlan
structs representing an optimization result with a resolved timestamp. - Unresolved
- Marker type for
GlobalMirPlan
structs representing an optimization result without a resolved timestamp.