danny0405 commented on a change in pull request #1847: [CALCITE-3647] MySQL COMPRESS function support URL: https://github.com/apache/calcite/pull/1847#discussion_r391483126
########## File path: site/_docs/reference.md ########## @@ -2320,6 +2320,7 @@ semantics. | o | CHR(integer) | Returns the character having the binary equivalent to *integer* as a CHAR value | o | COSH(numeric) | Returns the hyperbolic cosine of *numeric* | m o p | CONCAT(string [, string ]*) | Concatenates two or more strings +| m | COMPRESS(string) | Compresses a string and returns the result as a binary string. | p | CONVERT_TIMEZONE(tz1, tz2, datetime) | Converts the timezone of *datetime* from *tz1* to *tz2* Review comment: Can we specify the compress algorithm in the doc, e.g. the zlib. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
