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
Copy
Ask AI
function approx_set(bigint) returns hyperloglogfunction approx_set(double) returns hyperloglogfunction approx_set(varchar) returns hyperloglog