Function concat_bytes

Source
fn concat_bytes<T: ByteArrayType>(
    arrays: &[&dyn Array],
) -> Result<ArrayRef, ArrowError>