ASIN

This page describes the ASIN function in Lenses SQL.

ASIN(numExpr)

Returns the trigonometric arc sine of an expression.

Available in:

ProcessorsSQL Studio

Sample code:

USE `kafka`;
SELECT ASIN(extra) 
FROM nyc-yellow-taxi-trip
LIMIT 1;

Output:

{
  "value": {
    "ASIN": "0.5235987755982989"
  }
}

Last updated

Logo

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