华为云首页
用户手册
数智融合计算服务 DATAARTSFABRIC-文本检索调试函数:ts_stat(sqlquery text, [ weights text, ] OUT word text, OUT ndoc integer, OUT nentry integer)
数智融合计算服务 DATAARTSFABRIC-文本检索调试函数:ts_stat(sqlquery text, [ weights text, ] OUT word text, OUT ndoc integer, OUT nentry integer)
时间:2025-06-17 08:50:04
ts_stat(sqlquery text, [ weights text, ] OUT word text, OUT ndoc integer, OUT nentry integer)
描述:获取tsvector列的统计数据。
返回类型:setof record
示例:
1 2 3 4 5 6 |
SELECT ts_stat('select ''hello world''::tsvector'); ts_stat ------------- (world,1,1) (hello,1,1) (2 rows) |
support.huaweicloud.com/devg-fabric/dataartsfabric_sql_04_0235.html