Skip to content

Commit

Permalink
Handle code-reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
chucheng92 committed Sep 30, 2023
1 parent 05dfde7 commit 9ca19d4
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 | Example: MAP\['washington', 1, 'obama', 44\]
| ROW | Row with 1 or more columns | Example: row(f0 int null, f1 varchar)
| MAP | Collection of keys mapped to values | Example: map\[varchar, int\]
| 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 9ca19d4

Please sign in to comment.