数据仓库服务 GAUSSDB(DWS)-功能函数:hll_print(hll)

时间:2024-09-24 15:54:39

hll_print(hll)

描述:打印hll的一些debug参数信息。

返回值类型:cstring

示例:

1
2
3
4
5
SELECT hll_print(hll_empty());
                         hll_print                         
-----------------------------------------------------------
 EMPTY, nregs=2048, nbits=5, expthresh=-1(160), sparseon=1gongne
(1 row)
support.huaweicloud.com/sqlreference-910-dws/dws_06_0330.html