DEGREES
This page describes the DEGRESS function in Lenses SQL.
Converts the input expression to degrees.
Available in:
Sample code:
USE `kafka`;
SELECT
DEGREES(integer),
integer
FROM numbers-data
LIMIT 1;
Output:
{
"value": {
"DEGREES": "948245.1509415124",
"integer": 16550
}
}