Function parse_proto_fields_to_fields

Source
pub fn parse_proto_fields_to_fields<'a, I>(
    fields: I,
) -> Result<Vec<Field>, Error>
where I: IntoIterator<Item = &'a Field>,
Expand description

Converts a vector of protobuf::Fields to Arc<arrow::Field>s.