Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/documentdb/documentdb
/ documentdb_rum_extract_tsquery
Function
documentdb_rum_extract_tsquery
pg_documentdb/src/index_am/rum.c:283–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
282
283
Datum
284
documentdb_rum_extract_tsquery(PG_FUNCTION_ARGS)
285
{
286
EnsureRumLibLoaded();
287
return rum_extract_tsquery_func(fcinfo);
288
}
289
290
291
Datum
Callers
nothing calls this directly
Calls
1
EnsureRumLibLoaded
Function · 0.85
Tested by
no test coverage detected