ATAN
This page describes the ATAN function in Lenses SQL.
ATAN(numExpr)Processors
SQL Studio
USE `kafka`;
SELECT ATAN(pickup_longitude)
FROM nyc-yellow-taxi-trip
LIMIT 1;{
"value": {
"ATAN": "-1.5572801259337674"
}
}Last updated
Was this helpful?

