Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/documentdb/documentdb
/ documentdb_rum_extract_tsvector
Function
documentdb_rum_extract_tsvector
pg_documentdb/src/index_am/rum.c:331–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
329
330
331
Datum
332
documentdb_rum_extract_tsvector(PG_FUNCTION_ARGS)
333
{
334
EnsureRumLibLoaded();
335
return rum_extract_tsvector_func(fcinfo);
336
}
337
338
339
void
Callers
nothing calls this directly
Calls
1
EnsureRumLibLoaded
Function · 0.85
Tested by
no test coverage detected