concat_arrays

Function concat_arrays 

Source
pub fn concat_arrays(
    arrays: &[&dyn Array],
) -> Result<Arc<dyn Array>, ArrowError>
Expand description

Concatenate multiple Array of the same type into a single ArrayRef.