citusdata / citusdata/postgresql-hll
add hll_cardinality_agg()
Open
- Dominant language
- C
- Stars
- 1.2k
- Forks
- 115
- PR merge metrics
- No merged PRs in 30d
Description
I think this wrapper function should be part of the standard HLL library, for doing ad-hoc cardinality estimates. It would be a wrapper for:
hll_cardinality(hll_add_agg(hll_hash_any(VALUE)))
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.