Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
Datum
316
documentdb_rum_tsquery_distance(PG_FUNCTION_ARGS)
317
{
318
EnsureRumLibLoaded();
319
return rum_tsquery_distance_func(fcinfo);
320
}
321
322
323
Datum
Callers
nothing calls this directly
Calls
1
EnsureRumLibLoaded
Function · 0.85
Tested by
no test coverage detected