MCPcopy 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
162void
163ExecSquelchSequence(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

ExecSquelchNodeFunction · 0.85

Calls 1

ExecSquelchNodeFunction · 0.85

Tested by

no test coverage detected