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

Function ExecEndDynamicSeqScan

src/backend/executor/nodeDynamicSeqscan.c:278–285  ·  view source on GitHub ↗

* ExecEndDynamicSeqScan * Ends the scanning of this DynamicSeqScanNode and frees * up all the resources. */

Source from the content-addressed store, hash-verified

276 * up all the resources.
277 */
278void
279ExecEndDynamicSeqScan(DynamicSeqScanState *node)
280{
281 DynamicSeqScanEndCurrentScan(node);
282
283 if (node->ss.ps.ps_ResultTupleSlot)
284 ExecClearTuple(node->ss.ps.ps_ResultTupleSlot);
285}
286
287/*
288 * ExecReScanDynamicSeqScan

Callers 1

ExecEndNodeFunction · 0.85

Calls 2

ExecClearTupleFunction · 0.85

Tested by

no test coverage detected