Module mz_testdrive::format::avro
source · Structs§
- A struct to enhance the debug output of various Avro types.
- Represents any valid Avro schema More information about Avro schemas can be found in the Avro Specification
Enums§
- This type is used to simplify enum variant comparison between
Schema
andtypes::Value
. - Represents any valid Avro value More information about Avro values can be found in the Avro Specification
Traits§
Functions§
- Decode a
Value
encoded in Avro format given itsSchema
and anything implementingio::Read
to read from. - Decodes an Avro datum from its Confluent-formatted byte representation.
- Encode a compatible value (implementing the
ToAvro
trait) into Avro format, also performing schema validation.