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


##########
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:
   @JiajunBernoulli thanks. Jiajun, I get your point. I actually wanted to add 
an example of map function at the beginning, here is actually map type. 
   
   I have updated the PR. thanks for reminding me.



-- 
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