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