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

Function ExecReScanRuntimeFilter

src/backend/executor/nodeRuntimeFilter.c:277–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void
278ExecReScanRuntimeFilter(RuntimeFilterState *node)
279{
280 /*
281 * if chgParam of subnode is not null then plan will be re-scanned by
282 * first ExecProcNode.
283 */
284 if (node->ps.lefttree->chgParam == NULL)
285 ExecReScan(node->ps.lefttree);
286}
287
288void
289RFBuildFinishCallback(RuntimeFilterState *rfstate, bool parallel)

Callers 1

ExecReScanFunction · 0.85

Calls 1

ExecReScanFunction · 0.85

Tested by

no test coverage detected