Expand description
Optimizer implementation for SUBSCRIBE statements.
Structsยง
- Global
LirPlan - The (final) result after MIR โ LIR lowering and optimizing the resulting
DataflowDescriptionwithLIRplans. - Global
MirPlan - The (sealed intermediate) result after:
- Optimizer
- Resolved
- Marker type for
GlobalMirPlanstructs representing an optimization result with a resolved timestamp. - Unresolved
- Marker type for
GlobalMirPlanstructs representing an optimization result without a resolved timestamp.
Enumsยง
- Subscribe
Source ๐ - What a subscribe reads from, with any HIR โ MIR lowering already done.