R/duckdb-funs.R
approx_top_k.Rd
Finds the k approximately most occurring values in the data set.
approx_top_k(val = ANY, k = BIGINT)
ANY
BIGINT
ANY[]
approx_top_k(x, 5)