MCPcopy 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
283Datum
284documentdb_rum_extract_tsquery(PG_FUNCTION_ARGS)
285{
286 EnsureRumLibLoaded();
287 return rum_extract_tsquery_func(fcinfo);
288}
289
290
291Datum

Callers

nothing calls this directly

Calls 1

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected