rubenada commented on code in PR #3865:
URL: https://github.com/apache/calcite/pull/3865#discussion_r1684086095


##########
site/_docs/reference.md:
##########
@@ -2803,8 +2803,8 @@ In the following:
 | m | JSON_STORAGE_SIZE(jsonValue)                   | Returns the number of 
bytes used to store the binary representation of *jsonValue*
 | b o p r s | LEAST(expr [, expr ]* )                | Returns the least of 
the expressions
 | b m p r s | LEFT(string, length)                   | Returns the leftmost 
*length* characters from the *string*
-| f s | LEN(string)                                  | Equivalent to 
`CHAR_LENGTH(string)`
-| b f s | LENGTH(string)                             | Equivalent to 
`CHAR_LENGTH(string)`
+| f r s | LEN(string)                                | Equivalent to 
`CHAR_LENGTH(string)`
+| b f h p r s | LENGTH(string)                       | Equivalent to 
`CHAR_LENGTH(string)`

Review Comment:
   I think the `r` (from redshift) slipped in this line by mistake?



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