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

hll_empty

データを挿入またはロードする際に、デフォルト値を補完するための空の HLL カラムを生成します。

構文

HLL_EMPTY()

戻り値

空の HLL を返します。

データを挿入する際にデフォルト値を補完します。

insert into hllDemo(k1,v1) values(10,hll_empty());

データをロードする際にデフォルト値を補完します。

curl --location-trusted -u <username>:<password> \
-H "columns: temp1, temp2, col1=hll_hash(temp1), col2=hll_empty()" \
-T example7.csv -XPUT \
http://<fe_host>:<fe_http_port>/api/test_db/table7/_stream_load