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

Function ExecEndDynamicIndexScan

src/backend/executor/execDynamicIndexes.c:297–305  ·  view source on GitHub ↗

* Release resources of DynamicIndexScan */

Source from the content-addressed store, hash-verified

295 * Release resources of DynamicIndexScan
296 */
297void
298ExecEndDynamicIndexScan(DynamicIndexScanState *node)
299{
300 endCurrentIndexScan(node);
301
302 node->scan_state = SCAN_END;
303
304 MemoryContextDelete(node->partitionMemoryContext);
305}
306
307/*
308 * Allow rescanning an index.

Callers 1

ExecEndNodeFunction · 0.85

Calls 1

endCurrentIndexScanFunction · 0.85

Tested by

no test coverage detected