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

Function extension_amgettuple

pg_documentdb/src/index_am/rum.c:1274–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1272
1273
1274static bool
1275extension_amgettuple(IndexScanDesc scan, ScanDirection direction)
1276{
1277 EnsureRumLibLoaded();
1278 return extension_rumgettuple_core(scan, direction, &rum_index_routine);
1279}
1280
1281
1282static bool

Callers

nothing calls this directly

Calls 2

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected