R/duckdb-funs.R
ceil.Rd
Rounds the number up.
FLOAT | DOUBLE | DECIMAL
ceil(x = FLOAT)
ceil(x = DOUBLE)
ceil(x = DECIMAL)
ceil(17.4)