MCPcopy Create free account
hub / github.com/documentdb/documentdb / documentdb_rum_tsquery_consistent

Function documentdb_rum_tsquery_consistent

pg_documentdb/src/index_am/rum.c:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290
291Datum
292documentdb_rum_tsquery_consistent(PG_FUNCTION_ARGS)
293{
294 EnsureRumLibLoaded();
295 return rum_tsquery_consistent_func(fcinfo);
296}
297
298
299Datum

Callers

nothing calls this directly

Calls 1

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected