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