Open jberkus opened 10 years ago
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)))
Sounds good! I'm happy to accept a pull request for it.
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)))