RADIANS

This page describes the RADIANS function in Lenses SQL.

RADIANS(numExpr)

Converts the input expression to radians.

Available in:

ProcessorsSQL Studio

Sample code:

USE `kafka`;
SELECT 
    RADIANS(integer), 
    integer 
FROM numbers-data
LIMIT 1;

Output:

{
  "value": {
    "RADIANS": "1228.659433526448",
    "integer": 70397
  }
}

Last updated

Logo

2024 © Lenses.io Ltd. Apache, Apache Kafka, Kafka and associated open source project names are trademarks of the Apache Software Foundation.