DEGREES

This page describes the DEGRESS function in Lenses SQL.

DEGREES(numExpr)

Converts the input expression to degrees.

Available in:

ProcessorsSQL Studio

Sample code:

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

Output:

{
  "value": {
    "DEGREES": "948245.1509415124",
    "integer": 16550
  }
}

Last updated

Logo

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