数据仓库服务 GAUSSDB(DWS)-功能函数:hll_empty(int32 log2m, int32 regwidth, int64 expthresh, int32 sparseon)

时间:2024-04-18 16:25:03

hll_empty(int32 log2m, int32 regwidth, int64 expthresh, int32 sparseon)

描述:创建空的hll并依次指定参数log2m、regwidth、expthresh、sparseon。sparseon取0或者1。

返回值类型:hll

示例:

1
2
3
4
5
SELECT hll_empty(10,4,7,0);
 hll_empty 
-----------
 \x116a08
(1 row)
support.huaweicloud.com/sqlreference-830-dws/dws_06_0330.html