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