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