We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e740ec5 commit a3d5ea0Copy full SHA for a3d5ea0
docs/src/main/sphinx/language/types.md
@@ -332,7 +332,8 @@ More information in [](/functions/array).
332
### `MAP`
333
334
A map between the given component types. A map is a collection of key-value
335
-pairs, where each key is associated with a single value.
+pairs, where each key is associated with a single value. Map keys are required,
336
+while map values can be null.
337
338
Example: `MAP(ARRAY['foo', 'bar'], ARRAY[1, 2])`
339
0 commit comments