{ “title”: “HLL_EMPTY”, “language”: “en” }

HLL_EMPTY

description

Syntax

HLL_EMPTY(value)

HLL_EMPTY returns a null value of type hll.

example

MySQL > select hll_cardinality(hll_empty());
+------------------------------+
| hll_cardinality(hll_empty()) |
+------------------------------+
|                            0 |
+------------------------------+

keywords

HLL,HLL_EMPTY