MCPcopy 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
323Datum
324documentdb_rum_ts_join_pos(PG_FUNCTION_ARGS)
325{
326 EnsureRumLibLoaded();
327 return rum_ts_join_pos_func(fcinfo);
328}
329
330
331Datum

Callers

nothing calls this directly

Calls 1

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected