join_arrays

Function join_arrays 

Source
fn join_arrays(
    batch: &RecordBatch,
    on_column: &[PhysicalExprRef],
) -> Vec<ArrayRef> 
Expand description

Get join array refs of given batch and join columns