Function concat_byte_view

Source
fn concat_byte_view<B: ByteViewType>(
    arrays: &[&dyn Array],
) -> Result<ArrayRef, ArrowError>