Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/documentdb/documentdb
/ documentdb_rum_ts_join_pos
Function
documentdb_rum_ts_join_pos
pg_documentdb/src/index_am/rum.c:323–328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
322
323
Datum
324
documentdb_rum_ts_join_pos(PG_FUNCTION_ARGS)
325
{
326
EnsureRumLibLoaded();
327
return rum_ts_join_pos_func(fcinfo);
328
}
329
330
331
Datum
Callers
nothing calls this directly
Calls
1
EnsureRumLibLoaded
Function · 0.85
Tested by
no test coverage detected