メインコンテンツまでスキップ
バージョン: 3.3

hll_cardinality

説明

単一の HLL 型の値の基数を計算します。

構文

HLL_CARDINALITY(hll)

MySQL > select HLL_CARDINALITY(uv_set) from test_uv;
+---------------------------+
| hll_cardinality(`uv_set`) |
+---------------------------+
| 3 |
+---------------------------+

キーワード

HLL,HLL_CARDINALITY

Rocky the happy otterStarRocks Assistant

AI generated answers are based on docs and other sources. Please test answers in non-production environments.