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