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
ofRecordBatchT
.
Functions§
- Deserializes a
Block
assumed to be encoded according toAvroField
intoRecordBatchT
, usingprojection
to ignoreavro_fields
. - Infers an
ArrowSchema
from the rootRecord
. This