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

Function ExecEagerFreeMaterial

src/backend/executor/nodeMaterial.c:516–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516static void
517ExecEagerFreeMaterial(MaterialState *node)
518{
519 /*
520 * Release tuplestore resources
521 */
522 if (node->tuplestorestate)
523 {
524 tuplestore_end(node->tuplestorestate);
525 node->ts_destroyed = true;
526 }
527 node->tuplestorestate = NULL;
528}
529
530void
531ExecSquelchMaterial(MaterialState *node, bool force)

Callers 3

ExecMaterialFunction · 0.85
ExecMaterialExplainEndFunction · 0.85
ExecSquelchMaterialFunction · 0.85

Calls 1

tuplestore_endFunction · 0.85

Tested by

no test coverage detected