Available on crate feature
io_avro
only.Expand description
APIs to read from Avro format to arrow.
Structs§
- Reader
- Single threaded, blocking reader of Avro;
Iterator
ofRecordBatchT
.
Functions§
- deserialize
- Deserializes a
Block
assumed to be encoded according toAvroField
intoRecordBatchT
, usingprojection
to ignoreavro_fields
. - infer_
schema - Infers an
ArrowSchema
from the rootRecord
. This