MCPcopy Create free account
hub / github.com/apache/cloudberry / ExecSquelchBitmapHeapScan

Function ExecSquelchBitmapHeapScan

src/backend/executor/nodeBitmapHeapscan.c:1054–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1052}
1053
1054void
1055ExecSquelchBitmapHeapScan(BitmapHeapScanState *node, bool force)
1056{
1057 if (node->ss.ps.squelched)
1058 return;
1059 ExecEagerFreeBitmapHeapScan(node);
1060 node->ss.ps.squelched = true;
1061}

Callers 1

ExecSquelchNodeFunction · 0.85

Calls 1

Tested by

no test coverage detected