R/duckdb-funs.R
last.Rd
Returns the last value of a column. This function is affected by ordering.
DECIMAL | ANY
T
DECIMAL | ANY | T
last(arg = DECIMAL)
last(arg = ANY)
last(col0 = T)
last(A)