Type Alias datafusion_physical_plan::joins::utils::JoinOn
source · pub type JoinOn = Vec<(PhysicalExprRef, PhysicalExprRef)>;
Expand description
The on clause of the join, as vector of (left, right) columns.
Aliased Type§
struct JoinOn { /* private fields */ }