Apache Drill - Math Function CEIL(x)



The following program shows the query for this function −

Query

0: jdbc:drill:zk = local> values(ceil(4.6));

Result

+---------+
|  EXPR$0 |
+---------+
|   5.0   |
+---------+

The output is returned as the largest following value.

apache_drill_sql_operations.htm
Advertisements