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

Function extension_rumrescan

pg_documentdb/src/index_am/rum.c:1102–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100
1101
1102static void
1103extension_rumrescan(IndexScanDesc scan, ScanKey scankey, int nscankeys,
1104 ScanKey orderbys, int norderbys)
1105{
1106 EnsureRumLibLoaded();
1107 extension_rumrescan_core(scan, scankey, nscankeys,
1108 orderbys, norderbys, &rum_index_routine);
1109}
1110
1111
1112void

Callers

nothing calls this directly

Calls 2

EnsureRumLibLoadedFunction · 0.85
extension_rumrescan_coreFunction · 0.85

Tested by

no test coverage detected