Trino Functions
Hyperloglog Functions
Returns the HyperLogLog sketch of the input data set of x. This data sketch underlies approx_distinct() and can be stored and used later by calling cardinality(). Supported Signatures
Returns an empty HyperLogLog. Supported Signatures
Returns the HyperLogLog of the aggregate union of the individual hll HyperLogLog structures. Supported Signatures
⌘I