HLL_UNION (Lakehouse v2)
Returns the union of multiple HLL values.
Analyze Syntax
Section titled “Analyze Syntax”func.hll_union(get_column(table, 'hll_col'))Analyze Examples
Section titled “Analyze Examples”func.hll_union(get_column(table, 'hll_col'))
┌─────────────┐│ (hll value) │└─────────────┘SQL Syntax
Section titled “SQL Syntax”HLL_UNION(<hll_col>)SQL Examples
Section titled “SQL Examples”SELECT HLL_CARDINALITY(HLL_UNION(hll_col)) FROM daily_sketches;
┌───────┐│ 12500 │└───────┘