arrow_avro::codec

Function make_data_type

Source
fn make_data_type<'a>(
    schema: &Schema<'a>,
    namespace: Option<&'a str>,
    resolver: &mut Resolver<'a>,
) -> Result<AvroDataType, ArrowError>
Expand description

Parses a AvroDataType from the provided Schema and the given name and namespace

name: is name used to refer to schema in its parent namespace: an optional qualifier used as part of a type hierarchy

See Resolver for more information