cast_struct_fields_in_order

Function cast_struct_fields_in_order 

Source
fn cast_struct_fields_in_order(
    array: &StructArray,
    to_fields: Fields,
    cast_options: &CastOptions<'_>,
) -> Result<Vec<ArrayRef>, ArrowError>