/
Ceil function
Ceil function
Returns the smallest integer greater than or equal to the numeric value in each cell of a column. For example, if the value is 2.21, CEIL returns 3. If the value is 5.88, CEIL returns 6. Likewise, if the value is -5.15, CEIL returns -5.
Namespaces
math
Input
Non-decimal numeric values
Output
Double values
Syntax
set-column :column math:ceil(column)
Example
Returns the smallest integer greater than or equal to the numeric value in each cell in the test
column.
set-column :test math:ceil(test)
, multiple selections available,
Related content
DaysSinceFromDate function
DaysSinceFromDate function
More like this
Apache Kudu Sink (Deprecated)
Apache Kudu Sink (Deprecated)
More like this
Router Transformation (Deprecated)
Router Transformation (Deprecated)
More like this
CDAP Hub Release Log
CDAP Hub Release Log
More like this
Development Environment Setup
Development Environment Setup
More like this
Apache Kudu Batch Source (Deprecated)
Apache Kudu Batch Source (Deprecated)
More like this
Created in 2020 by Google Inc.