SIN

This page describes the SIN function in Lenses SQL.

SIN(numExpr)

Returns the hyperbolic sine of an expression.

Available in:

ProcessorsSQL Studio

Sample code:

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

Output:

{
  "value": {
    "SIN": "0.991376280840553",
    "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.