R/duckdb-funs.R
histogram_exact.Rd
Returns a LIST of STRUCTs with the fields bucket and count matching the buckets exactly.
histogram_exact(arg = ANY, bins = `ANY[]`)
ANY
ANY[]
MAP
histogram_exact(A, [0, 1, 2])