Module linear_join

Source
Expand description

Rendering of linear join plans.

Consult LinearJoinPlan documentation for details.

Structs§

LinearJoinSpec
Specification of how linear joins are to be executed.
YieldSpec 🔒
Specification of a dataflow operator’s yielding behavior.

Enums§

JoinedFlavor 🔒
Different forms the streamed data might take.
LinearJoinImpl 🔒
Available linear join implementations.