Trino Functions
Hyperloglog Functions
approx_set
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
empty_approx_set
Returns an empty HyperLogLog.
Supported Signatures
merge
Returns the HyperLogLog of the aggregate union of the individual hll HyperLogLog structures.
Supported Signatures