Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1065
static void
1066
extension_rumendscan(IndexScanDesc scan)
1067
{
1068
EnsureRumLibLoaded();
1069
extension_rumendscan_core(scan, &rum_index_routine);
1070
}
1071
1072
1073
void
Callers
nothing calls this directly
Calls
2
EnsureRumLibLoaded
Function · 0.85
extension_rumendscan_core
Function · 0.85
Tested by
no test coverage detected