Function concat_structs

Source
fn concat_structs(
    arrays: &[&dyn Array],
    fields: &Fields,
) -> Result<ArrayRef, ArrowError>