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 authored and JiajunBernoulli committed Oct 24, 2023
1 parent c83ac69 commit e8b6480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/_docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,8 +1199,8 @@ 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 |
| ROW | Row with 1 or more columns | Example: row(f0 int null, f1 varchar)
| MAP | Collection of keys mapped to values | Example: (int, varchar) map
| 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 e8b6480

Please sign in to comment.