Expand description
Contains structs defining Avro’s logical types
Structs§
- Struct to hold data from a
Schema::Enum
. - An Avro field. See the spec for details.
- Struct to hold data from a
Schema::Fixed
. - Struct to hold data from a
Schema::Record
.
Enums§
- Enum of all logical types of
Schema::Bytes
- Enum of all logical types of
Schema::Fixed
- Enum of all logical types of
Schema::Int
- Enum of all logical types of
Schema::Long
- Order of a
Field
. - An Avro Schema. It describes all physical and logical types. See the spec for details.
- Enum of all logical types of
Schema::String