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

Function planstate_walk_node

src/backend/executor/execProcnode.c:1156–1162  ·  view source on GitHub ↗

* Version of walker that uses no flags. */

Source from the content-addressed store, hash-verified

1154 * Version of walker that uses no flags.
1155 */
1156CdbVisitOpt
1157planstate_walk_node(PlanState *planstate,
1158 CdbVisitOpt (*walker) (PlanState *planstate, void *context),
1159 void *context)
1160{
1161 return planstate_walk_node_extended(planstate, walker, context, 0);
1162}
1163
1164/**
1165 * Workhorse walker that uses flags.

Callers 4

cdbexplain_sendExecStatsFunction · 0.85
cdbexplain_recvExecStatsFunction · 0.85
getMotionStateFunction · 0.85

Calls 1

Tested by

no test coverage detected