Available on crate feature io_avro only.
Expand description

APIs to read from Avro format to arrow.

Structs

Single threaded, blocking reader of Avro; Iterator of Chunk.

Functions

Deserializes a [Block] assumed to be encoded according to [AvroField] into Chunk, using projection to ignore avro_fields.

Infers an Schema from the root [Record]. This