[][src]Module declarative_dataflow::plan::join

Equijoin expression plan.

Structs

Join

A plan stage joining two source relations on the specified variables. Throws if any of the join variables isn't bound by both sources.