Log SearchSearch Query LanguageMath ExpressionsceilOn this pageceil FunctionThe ceil operator rounds up a field value to the nearest integer value. Syntax ceil(<x>) as <field> Example ceil(1.5) as v // v = 2 ceil(-1.5) as v // v = -1