Module mz_avro::writer

source ยท
Expand description

Logic handling writing in Avro format at user level.

Structsยง

  • Describes errors happened while validating Avro data.
  • Main interface for writing Avro Object Container Files.

Constantsยง

Functionsยง

  • Encode a compatible value (implementing the ToAvro trait) into Avro format, also performing schema validation.
  • Encode a compatible value (implementing the ToAvro trait) into Avro format, also performing schema validation.
  • write_value_ref ๐Ÿ”’