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


##########
site/_docs/reference.md:
##########
@@ -2723,6 +2723,8 @@ BigQuery's type system uses confusingly different names 
for types and functions:
 | m | TO_BASE64(string)                              | Converts the *string* 
to base-64 encoded form and returns a encoded string
 | b m | FROM_BASE64(string)                          | Returns the decoded 
result of a base-64 *string* as a string
 | b o | LTRIM(string)                                | Returns *string* with 
all blanks removed from the start
+| s | MAP_KEYS(map)                                  | Returns an unordered 
array containing the keys of the map
+| s | MAP_VALUES(map)                                | Returns an unordered 
array containing the values of the map

Review Comment:
   map should be `*map*`.



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