Skip to content

Aggregates HLL values by computing the union.

func.hll_union_agg(get_column(table, 'hll_col'))
func.hll_union_agg(get_column(table, 'hll_col'))
┌─────────────┐
│ (hll value) │
└─────────────┘
HLL_UNION_AGG(<hll_col>)
SELECT HLL_CARDINALITY(HLL_UNION_AGG(hll_col)) FROM segments;
┌──────┐
8000
└──────┘