ritesh-kapoor commented on a change in pull request #1865: [CALCITE-3648] MySQL 
UNCOMPRESS function support
URL: https://github.com/apache/calcite/pull/1865#discussion_r398385503
 
 

 ##########
 File path: site/_docs/reference.md
 ##########
 @@ -2362,6 +2362,7 @@ semantics.
 | o p | TO_DATE(string, format)                      | Converts *string* to a 
date using the format *format*
 | o p | TO_TIMESTAMP(string, format)                 | Converts *string* to a 
timestamp using the format *format*
 | o p | TRANSLATE(expr, fromString, toString)        | Returns *expr* with all 
occurrences of each character in *fromString* replaced by its corresponding 
character in *toString*. Characters in *expr* that are not in *fromString* are 
not replaced
+| m | UNCOMPRESS(binary)                             | UnCompresses binary 
using zlib decompression and returns the result as a string.
 | o | XMLTRANSFORM(xml, xslt)                        | Returns a string after 
applying xslt to supplied xml.
 
 Review comment:
   Function name to be in alphabetical order makes more sense to me, I can 
raise separate PR if we want to change the order.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to