[][src]Module mz_avro::types

Logic handling the intermediate representation of Avro values.

Structs

DecimalValue
Record

Utility interface to build Value::Record objects.

SchemaResolutionError

Describes errors happened while performing schema resolution on Avro data.

Enums

Scalar
Value

Represents any valid Avro value More information about Avro values can be found in the Avro Specification

Traits

ToAvro

Any structure implementing the ToAvro trait will be usable from a Writer.