# `Arrow.Type.Map`

Map column. Structurally a `List<Struct<key, value>>` with a single child
field named "entries"; the entries struct's two children are the key and
value fields.

# `t`

```elixir
@type t() :: %Arrow.Type.Map{keys_sorted: boolean()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
