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

Function ExecProcNode

src/include/executor/executor.h:277–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 */
276#ifndef FRONTEND
277static inline TupleTableSlot *
278ExecProcNode(PlanState *node)
279{
280 if (node->chgParam != NULL) /* something changed? */
281 ExecReScan(node); /* let ReScan handle this */
282
283 return node->ExecProcNode(node);
284}
285#endif
286
287extern void ExecSquelchNode(PlanState *node, bool force);

Callers 15

ExecPostprocessPlanFunction · 0.85
ExecutePlanFunction · 0.85
EvalPlanQualNextFunction · 0.85
setop_retrieve_directFunction · 0.85
setop_fill_hash_tableFunction · 0.85
init_tuplestore_stateFunction · 0.85
ExecUniqueFunction · 0.85
execMotionSenderFunction · 0.85
ExecDynamicSeqScanFunction · 0.85
ExecMergeJoin_gutsFunction · 0.85
ExecRuntimeFilterFunction · 0.85

Calls 1

ExecReScanFunction · 0.85

Tested by

no test coverage detected