Apache Drill - Trig Function COSH()



The following program shows the query for this function −

Query

0: jdbc:drill:zk = local> values(cosh(90));

Result

+-----------------------+
|        EXPR$0         |
+-----------------------+
| 6.102016471589204E38  |
+-----------------------+

The output result is a hyperbolic cosine value for the angle 90.

apache_drill_sql_operations.htm
Advertisements