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

Function documentdb_rum_tsquery_distance

pg_documentdb/src/index_am/rum.c:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315Datum
316documentdb_rum_tsquery_distance(PG_FUNCTION_ARGS)
317{
318 EnsureRumLibLoaded();
319 return rum_tsquery_distance_func(fcinfo);
320}
321
322
323Datum

Callers

nothing calls this directly

Calls 1

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected