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

Function ExecResultRestrPos

src/backend/executor/nodeResult.c:228–237  ·  view source on GitHub ↗

---------------------------------------------------------------- * ExecResultRestrPos * ---------------------------------------------------------------- */

Source from the content-addressed store, hash-verified

226 * ----------------------------------------------------------------
227 */
228void
229ExecResultRestrPos(ResultState *node)
230{
231 PlanState *outerPlan = outerPlanState(node);
232
233 if (outerPlan != NULL)
234 ExecRestrPos(outerPlan);
235 else
236 elog(ERROR, "Result nodes do not support mark/restore");
237}
238
239/* ----------------------------------------------------------------
240 * ExecInitResult

Callers 1

ExecRestrPosFunction · 0.85

Calls 1

ExecRestrPosFunction · 0.85

Tested by

no test coverage detected