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