Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ ExecSquelchSequence
Function
ExecSquelchSequence
src/backend/executor/nodeSequence.c:162–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void
163
ExecSquelchSequence(SequenceState *node, bool force)
164
{
165
node->ps.squelched = true;
166
for (int i = 0; i < node->numSubplans; i++)
167
ExecSquelchNode(node->subplans[i], force);
168
}
Callers
1
ExecSquelchNode
Function · 0.85
Calls
1
ExecSquelchNode
Function · 0.85
Tested by
no test coverage detected