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