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