Expand description
Logic handling writing in Avro format at user level.
Structsยง
- Validation
Error - Describes errors happened while validating Avro data.
- Writer
- Main interface for writing Avro Object Container Files.
Constantsยง
- AVRO_
OBJECT_ ๐HEADER - SYNC_
INTERVAL ๐ - SYNC_
SIZE ๐
Functionsยง
- to_
avro_ datum - Encode a compatible value (implementing the
ToAvro
trait) into Avro format, also performing schema validation. - write_
avro_ datum - Encode a compatible value (implementing the
ToAvro
trait) into Avro format, also performing schema validation. - write_
value_ ๐ref