Expand description
Data type conversions between Avro and Arrow types
This module contains the necessary types and functions to convert between Avro data types and Arrow data types.
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
- parse_
decimal_ ๐attributes