View Source Avrogen.Avro.Types.Record.Field (avrogen v0.7.1)

This type is a representation of the Avro record field type.

Summary

Types

@type order() :: :ascending | :descending | :ignore
@type t() :: %Avrogen.Avro.Types.Record.Field{
  aliases: [String.t()] | nil,
  default: any() | nil,
  doc: (String.t() | nil) | nil,
  name: String.t(),
  order: order() | nil,
  pii: boolean(),
  range: map() | nil,
  type: Avrogen.Avro.Schema.t()
}

Functions