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

Function ExecSquelchAppend

src/backend/executor/nodeAppend.c:1227–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225}
1226
1227void
1228ExecSquelchAppend(AppendState *node, bool force)
1229{
1230 int i;
1231 node->ps.squelched = true;
1232 for (i = 0; i < node->as_nplans; i++)
1233 ExecSquelchNode(node->appendplans[i], force);
1234}

Callers 1

ExecSquelchNodeFunction · 0.85

Calls 1

ExecSquelchNodeFunction · 0.85

Tested by

no test coverage detected