Structs§
- Avro
Data Type - An Avro datatype mapped to the arrow data model
- Avro
Field - A named
AvroDataType
- Resolver 🔒
- Resolves Avro type names to
AvroDataType
Enums§
- Codec
- An Avro encoding
- Nullability
- Avro types are not nullable, with nullability instead encoded as a union where one of the variants is the null type.
Functions§
- make_
data_ 🔒type - Parses a
AvroDataType
from the providedSchema
and the givenname
andnamespace