Skip to content

Commit

Permalink
[MINOR] Add example for MAP type in reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chucheng92 committed Sep 27, 2023
1 parent aef9bdb commit 05dfde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ Note:
| ANY | The union of all types |
| UNKNOWN | A value of an unknown type; used as a placeholder |
| ROW | Row with 1 or more columns | Example: Row(f0 int null, f1 varchar)
| MAP | Collection of keys mapped to values |
| MAP | Collection of keys mapped to values | Example: MAP\['washington', 1, 'obama', 44\]
| MULTISET | Unordered collection that may contain duplicates | Example: int multiset
| ARRAY | Ordered, contiguous collection that may contain duplicates | Example: varchar(10) array
| CURSOR | Cursor over the result of executing a query |
Expand Down

0 comments on commit 05dfde7

Please sign in to comment.