Type Alias datafusion_physical_plan::joins::utils::JoinOnRef
source ยท pub type JoinOnRef<'a> = &'a [(PhysicalExprRef, PhysicalExprRef)];
Expand description
Reference for JoinOn.
pub type JoinOnRef<'a> = &'a [(PhysicalExprRef, PhysicalExprRef)];
Reference for JoinOn.