Apache Drill - Math Function Degrees(x)



The following program shows the query for this function −

Query

0: jdbc:drill:zk=local> values(degrees(30));

Result

+------------------------+
|        EXPR$0          |
+------------------------+
|   1718.8733853924698   |
+------------------------+

The output is returned as the largest following value.

apache_drill_sql_operations.htm
Advertisements