Arrow. Schema
(Arrow v0.1.0)
Copy Markdown
Ordered list of Arrow.Field plus an optional schema-level metadata map.
Arrow schemas describe the columns of a record batch (or stream of batches).
Summary
Types
@type t() :: %Arrow.Schema{ fields: [Arrow.Field.t()], metadata: %{optional(String.t()) => String.t()} }