[−][src]Type Definition datafusion::physical_plan::hash_utils::JoinOn
type JoinOn = [(String, String)];
The on clause of the join, as vector of (left, right) columns.
type JoinOn = [(String, String)];
The on clause of the join, as vector of (left, right) columns.