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