ceil

fun ceil(vararg expressions: Expression): Expression
fun ceil(value: Double): Expression

Returns the smallest integer that is greater than or equal to the input.

fun ceil(block: Expression.ExpressionBuilder.() -> Unit): Expression

DSL function for "ceil".