XuQianJin-Stars opened a new pull request #1731: [CALCITE-3707] Implement COSH function URL: https://github.com/apache/calcite/pull/1731 As illustrated in [CALCITE-3707](https://issues.apache.org/jira/browse/CALCITE-3707) # COSH returns the hyperbolic cosine of a number. select cosh(1); +-------------------+ | EXPR$0 | +-------------------+ | 1.543080634815244 | +-------------------+ (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
