All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, EvaluatorMapper

public class Ceil extends UnaryScalarFunction
Round a number up to the nearest integer.

Note that doubles are rounded up to the nearest valid double that is an integer ala Math.ceil(double).