Apache Drill - Math Function CEILING(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
Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements