ritesh-kapoor commented on a change in pull request #1725: [CALCITE-3694] Implement SINH function URL: https://github.com/apache/calcite/pull/1725#discussion_r365281586
########## File path: site/_docs/reference.md ########## @@ -2325,6 +2325,7 @@ semantics. | o | RTRIM(string) | Returns *string* with all blanks removed from the end | m p | SHA1(string) | Calculates a SHA-1 hash value of *string* and returns it as a hex string | m o p | SOUNDEX(string) | Returns the phonetic representation of *string*; throws if *string* is encoded with multi-byte encoding such as UTF-8 +| o | SINH(numeric) | Returns the hyperbolic sine of *numeric* Review comment: Lets maintain alphabetical 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: [email protected] With regards, Apache Git Services
