View Source AvroEx.Schema.Primitive (AvroEx v2.2.0)
Functions for handling primitive types in Avro schemas
Link to this section Summary
Link to this section Types
Specs
primitive() :: :null | :boolean | :int | :long | :float | :double | :bytes | :string
Specs
t() :: %AvroEx.Schema.Primitive{ metadata: AvroEx.Schema.metadata(), type: primitive() }