MCPcopy 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
331Datum
332documentdb_rum_extract_tsvector(PG_FUNCTION_ARGS)
333{
334 EnsureRumLibLoaded();
335 return rum_extract_tsvector_func(fcinfo);
336}
337
338
339void

Callers

nothing calls this directly

Calls 1

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected