This page describes the COSH function in Lenses SQL.
Last updated 1 month ago
Social
Company
Resources
2024 © Lenses.io Ltd. Apache, Apache Kafka, Kafka and associated open source project names are trademarks of the Apache Software Foundation.
COSH(numExpr)
Returns the hyperbolic cosine of an expression.
Available in:
Sample code:
USE `kafka`; SELECT COSH(float), float FROM numbers-data LIMIT 1;
Output:
{ "value": { "COSH": "2.3416691959782676E41", "float": 95.95 } }
✓