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

Function extension_rumendscan

pg_documentdb/src/index_am/rum.c:1065–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063
1064
1065static void
1066extension_rumendscan(IndexScanDesc scan)
1067{
1068 EnsureRumLibLoaded();
1069 extension_rumendscan_core(scan, &rum_index_routine);
1070}
1071
1072
1073void

Callers

nothing calls this directly

Calls 2

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected