XuQianJin-Stars opened a new pull request #1725: [CALCITE-3694] Implement SINH function URL: https://github.com/apache/calcite/pull/1725 As illustrated in [CALCITE-3694](https://issues.apache.org/jira/browse/CALCITE-3694) # SINH function returns the hyperbolic sine of a number. select sinh(1); +--------------------+ | EXPR$0 | +--------------------+ | 1.1752011936438014 | +--------------------+ (1 row) !ok
---------------------------------------------------------------- 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
