Skip to main content

Module reader

Module reader 

Source
Expand description

Logic handling reading from Avro format at user level.

Modules§

datum
single_object

Structs§

Reader
Main interface for reading Avro formatted values.
ReaderBuilder
Use builder syntax to set the inputs and finish with build().
ReaderDeser
Wrapper around Reader where the iterator deserializes T.

Functions§

read_marker
Reads the marker bytes from Avro bytes generated earlier by a Writer