datafusion_physical_plan::joins::utils

Type Alias 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 */ }