Skip to main content

Module lowering

Module lowering 

Source
Expand description

Lowering DataflowDescriptions from MIR (MirRelationExpr) to LIR (Plan).

Structsยง

Context ๐Ÿ”’
LirDebugInfo
Various bits of state to print along with error messages during LIR planning, to aid debugging.
LoweredExpr ๐Ÿ”’
The result of lowering a MirRelationExpr to a Plan.

Functionsยง

strategy_from_future ๐Ÿ”’
Pick an ArrangementStrategy based on whether the input may contain future-stamped updates. Future updates are the only case where temporal bucketing pays off.