forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
15 KiB
15 KiB
HLL Operators
The HLL type supports the following operators:
HLL Operators |
Description |
Return Type |
Example |
||||||
---|---|---|---|---|---|---|---|---|---|
= |
Checks whether the values of hll and hll_hashval are equal. |
bool |
|
||||||
<> or != |
Checks whetherthe values of hll and hll_hashval are not equal. |
bool |
|
||||||
|| |
Represents the functions of hll_add, hll_union, hll_add_rev. |
hll |
|
||||||
# |
Calculates the distinct value of the hll. It is the same as that of the hll_cardinality function. |
integer |
|
Parent topic: HLL Functions and Operators