ASIN
This page describes the ASIN function in Lenses SQL.
ASIN(numExpr)
Returns the trigonometric arc sine of an expression.
Available in:
Processors
SQL Studio
✓
✓
Sample code:
USE `kafka`;
SELECT ASIN(extra)
FROM nyc-yellow-taxi-trip
LIMIT 1;
Output:
{
"value": {
"ASIN": "0.5235987755982989"
}
}
Last updated
Was this helpful?