Module schema

Module schema 

Source
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§

BytesLogical
Enum of all logical types of Schema::Bytes
FixedLogical
Enum of all logical types of Schema::Fixed
IntLogical
Enum of all logical types of Schema::Int
LongLogical
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.
StringLogical
Enum of all logical types of Schema::String