All Implemented Interfaces:
NamedWriteable, Writeable, Resolvable, EvaluatorMapper

public class Floor extends UnaryScalarFunction
Round a number down to the nearest integer.

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