Avrogen.Avro.Types.Array (avrogen v1.1.0)

Copy Markdown View Source

This type is a representation of the Avro array type.

Summary

Types

t()

@type t() :: %Avrogen.Avro.Types.Array{
  default: any() | nil,
  items_schema: Avrogen.Avro.Schema.t()
}

Functions

identifier()

parse(map)