Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ ExecEagerFreeBitmapHeapScan
Function
ExecEagerFreeBitmapHeapScan
src/backend/executor/nodeBitmapHeapscan.c:901–905 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
899
}
900
901
static void
902
ExecEagerFreeBitmapHeapScan(BitmapHeapScanState *node)
903
{
904
freeBitmapState(node);
905
}
906
907
/*----------------
908
* BitmapShouldInitializeSharedState
Callers
2
BitmapHeapNext
Function · 0.85
ExecSquelchBitmapHeapScan
Function · 0.85
Calls
1
freeBitmapState
Function · 0.85
Tested by
no test coverage detected