R/duckdb-funs.R
first.Rd
Returns the first value (NULL or non-NULL) from arg. This function is affected by ordering.
DECIMAL | ANY
T
DECIMAL | ANY | T
first(arg = DECIMAL)
first(arg = ANY)
first(col0 = T)
first(A)