JiajunBernoulli commented on code in PR #3444:
URL: https://github.com/apache/calcite/pull/3444#discussion_r1342087574


##########
site/_docs/reference.md:
##########
@@ -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\]

Review Comment:
   @chucheng92 
   In fact, we have many map constructor examples.
   
   
https://github.com/apache/calcite/blob/6f79436c178beec639e559d9152c237bbf8ec3e8/core/src/test/resources/sql/misc.iq#L2346
   
   
https://github.com/apache/calcite/blob/6f79436c178beec639e559d9152c237bbf8ec3e8/core/src/test/resources/sql/misc.iq#L2595



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to