Expand description
Logic handling reading from Avro format at user level.
Structs§
- Block
- A block of Avro objects from an OCF file
- Block
Iter - An iterator over the
Block
s of aReader
- Header 🔒
- Reader
- Schema
Resolver
Functions§
- from_
avro_ datum - Decode a
Value
encoded in Avro format given itsSchema
and anything implementingio::Read
to read from.