Module join

Source
Expand description

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.