Module apache_avro::schema_equality
source · Structs§
- Compares two schemas according to the Avro specification by using their canonical forms. See https://avro.apache.org/docs/1.11.1/specification/#parsing-canonical-form-for-schemas
- Compares two schemas for equality field by field, using only the fields that are used to construct their canonical forms. See https://avro.apache.org/docs/1.11.1/specification/#parsing-canonical-form-for-schemas
Traits§
- A trait that compares two schemata for equality. To register a custom one use set_schemata_equality_comparator.
Functions§
- Sets a custom schemata equality comparator.