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

Function ExecEndAssertOp

src/backend/executor/nodeAssertOp.c:146–151  ·  view source on GitHub ↗

Release Resources Requested by AssertOp node. */

Source from the content-addressed store, hash-verified

144
145/* Release Resources Requested by AssertOp node. */
146void
147ExecEndAssertOp(AssertOpState *node)
148{
149 ExecFreeExprContext(&node->ps);
150 ExecEndNode(outerPlanState(node));
151}

Callers 1

ExecEndNodeFunction · 0.85

Calls 2

ExecFreeExprContextFunction · 0.85
ExecEndNodeFunction · 0.85

Tested by

no test coverage detected