Function arrow_select::concat::concat

source ยท
pub fn concat(arrays: &[&dyn Array]) -> Result<ArrayRef, ArrowError>
Expand description

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