JoinOnRef

Type Alias JoinOnRef 

Source
pub type JoinOnRef<'a> = &'a [(Arc<dyn PhysicalExpr>, Arc<dyn PhysicalExpr>)];
Expand description

Reference for JoinOn.