Loading...
This page describes the CEIL function in Lenses SQL.
CEIL(numExpr)
Returns the absolute value of an expression.
expression.
Available in:
Sample code:
USE `kafka`; SELECT CEIL(float), float FROM numbers-data LIMIT 1;
Output:
{ "value": { "CEIL": 96, "float": 95.95 } }
\
✓