INTEGER data with one built from TEXT data,
or a sketch built with precision 13 and a sketch built with precision 14.
Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<expression> | HLL++ sketch in a valid format, e.g. the output of the HLL_COUNT_BUILD function. | BYTEA |
<condition> | An optional boolean expression to filter rows used in aggregation | BOOL |
Return Type
BYTEA
Example
Following the example in HLL_COUNT_BUILD:| hll_estimate BIGINT | merged_sketch BYTEA |
|---|---|
| 6606880 | \x2f4167677265676174654675… |