pub type JoinOn = Vec<(Arc<dyn PhysicalExpr>, Arc<dyn PhysicalExpr>)>;Expand description
The on clause of the join, as vector of (left, right) columns.
Aliased Typeยง
pub struct JoinOn { /* private fields */ }pub type JoinOn = Vec<(Arc<dyn PhysicalExpr>, Arc<dyn PhysicalExpr>)>;The on clause of the join, as vector of (left, right) columns.
pub struct JoinOn { /* private fields */ }