Module avro.type
A list of Avro schema types.
See Also
- [Primitive Types](https://avro.apache.org/docs/current/spec.html#schema_primitive) - [Complex Types](https://avro.apache.org/docs/current/spec.html#schema_complex)
Enums
Name | Description |
---|---|
Type
|
Each AvroSchema has a type, with complex types allowing a schema to contain other schemas of the same or different types. |
Manifest constants
Name | Type | Description |
---|---|---|
PRIMITIVE_TYPE_BY_NAME
|
A mapping from a type's name, e.g. "float" or "int" to the primitive Schema Type. |