SINH

This page describes the SINH function in Lenses SQL.

SINH(numExpr)

Returns the hyperbolic sine of an expression.

Available in:

Sample code:

USE `kafka`;
SELECT 
    SINH(float), 
    float 
FROM numbers-data
LIMIT 1;

Output:

{
  "value": {
    "SINH": "2.3416691959782676E41",
    "float": 95.95
  }
}

Last updated

Logo

2024 © Lenses.io Ltd. Apache, Apache Kafka, Kafka and associated open source project names are trademarks of the Apache Software Foundation.