Chapter 22. MAP Data

MAP data is an ordered list of key-value pairs with a single key data type and a single value data type. The key data type does not need to match the value data type. Unlike STRUCT data, MAP does not require each row to contain the same keys. However, MAP data cannot contain duplicate keys and returns NULL for missing keys instead of an error.

This chapter describes stored procedures for querying and transforming MAP data.