MCPcopy 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
901static void
902ExecEagerFreeBitmapHeapScan(BitmapHeapScanState *node)
903{
904 freeBitmapState(node);
905}
906
907/*----------------
908 * BitmapShouldInitializeSharedState

Callers 2

BitmapHeapNextFunction · 0.85

Calls 1

freeBitmapStateFunction · 0.85

Tested by

no test coverage detected