HLL_HASH
Computes an HLL hash of a value.
Analyze Syntax
func.hll_hash(<expr>)
Analyze Examples
func.hll_hash('user_123')
┌───────┐
│ (hll) │
└───────┘
SQL Syntax
HLL_HASH(<expr>)
SQL Examples
SELECT HLL_CARDINALITY(HLL_HASH('user_123'));
┌───┐
│ 1 │
└───┘