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

Function ExecReScanProjectSet

src/backend/executor/nodeProjectSet.c:339–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void
340ExecReScanProjectSet(ProjectSetState *node)
341{
342 /* Forget any incompletely-evaluated SRFs */
343 node->pending_srf_tuples = false;
344
345 /*
346 * If chgParam of subnode is not null then plan will be re-scanned by
347 * first ExecProcNode.
348 */
349 if (node->ps.lefttree->chgParam == NULL)
350 ExecReScan(node->ps.lefttree);
351}

Callers 1

ExecReScanFunction · 0.85

Calls 1

ExecReScanFunction · 0.85

Tested by

no test coverage detected