华为云首页
用户手册
云数据库 GAUSSDB-文本检索调试函数:ts_parse(parser_oid oid, document text, OUT tokid integer, OUT token text)
云数据库 GAUSSDB-文本检索调试函数:ts_parse(parser_oid oid, document text, OUT tokid integer, OUT token text)
时间:2025-06-03 09:35:44
ts_parse(parser_oid oid, document text, OUT tokid integer, OUT token text)
描述:测试一个解析。
返回类型:setof record
示例:
1 2 3 4 5 6 7 8 |
gaussdb=# SELECT ts_parse(3722, 'foo - bar'); ts_parse ----------- (1,foo) (12," ") (12,"- ") (1,bar) (4 rows) |
support.huaweicloud.com/centralized-devg-v8-gaussdb/gaussdb-42-2030.html