arrow_field_to_avro

Function arrow_field_to_avro 

Source
fn arrow_field_to_avro(
    field: &Field,
    name_gen: &mut NameGenerator,
    null_order: Nullability,
) -> Result<Value, ArrowError>