Expand description
Logic for parsing and interacting with schemas in Avro format.
Structsยง
- Represents names for
record
,enum
andfixed
Avro schemas. - Describes errors happened while parsing Avro schemas.
- Represents a
field
in arecord
Avro schema. - Represents any valid Avro schema More information about Avro schemas can be found in the Avro Specification
- Represents an Avro schema fingerprint More information about Avro schema fingerprints can be found in the Avro Schema Fingerprint documentation
- Schema
Parser ๐ - Schema
SerContext ๐
Enumsยง
- Represents any valid order for a
field
in arecord
Avro schema. - This type is used to simplify enum variant comparison between
Schema
andtypes::Value
.
Functionsยง
- Parses a valid avro schema into the Parsing Canonical Form. https://avro.apache.org/docs/1.8.2/spec.html#Parsing+Canonical+Form+for+Schemas
- pcf ๐
- pcf_
array ๐ - pcf_map ๐
- pcf_
string ๐
Type Aliasesยง
- Represents documentation for complex Avro schemas.