Thalweg · API reference ← Main docs

Module avro

Module avro 

Source
Expand description

Avro schema -> Arrow schema mapping. Feature-gated behind avro since it pulls in apache-avro.

Enums§

AvroTypeMapError

Functions§

avro_schema_is_nullable
avro_schema_to_arrow_schema
Maps an Avro schema to an Arrow [Schema].
avro_type_to_arrow_type
Maps a single Avro type to its Arrow [DataType].