Skip to content

Commit a3d5ea0

Browse files
committed
Document nullability of map type
1 parent e740ec5 commit a3d5ea0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/main/sphinx/language/types.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ More information in [](/functions/array).
332332
### `MAP`
333333

334334
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.
335+
pairs, where each key is associated with a single value. Map keys are required,
336+
while map values can be null.
336337

337338
Example: `MAP(ARRAY['foo', 'bar'], ARRAY[1, 2])`
338339

0 commit comments

Comments
 (0)