Apache Drill - Math Function Exp(x)



This function returns the floating point value.

Query

0: jdbc:drill:zk = local> values(Exp(3));

Result

+---------------------+
|       EXPR$0        |
+---------------------+
| 20.085536923187668  |
+—————————————————————+

The output result is the exponential value of 3.

apache_drill_sql_operations.htm
Advertisements