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