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

Function extension_rumbeginscan

pg_documentdb/src/index_am/rum.c:1033–1039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1031
1032
1033static IndexScanDesc
1034extension_rumbeginscan(Relation rel, int nkeys, int norderbys)
1035{
1036 EnsureRumLibLoaded();
1037 return extension_rumbeginscan_core(rel, nkeys, norderbys,
1038 &rum_index_routine);
1039}
1040
1041
1042IndexScanDesc

Callers

nothing calls this directly

Calls 2

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected