Type Definition datafusion::physical_plan::hash_utils::JoinOn [−][src]
pub type JoinOn = Vec<(Column, Column)>;
Expand description
The on clause of the join, as vector of (left, right) columns.
pub type JoinOn = Vec<(Column, Column)>;
The on clause of the join, as vector of (left, right) columns.