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

Function ExecEagerFreeHashJoin

src/backend/executor/nodeHashjoin.c:1834–1841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1832#endif
1833
1834static void
1835ExecEagerFreeHashJoin(HashJoinState *node)
1836{
1837 if (node->hj_HashTable != NULL && !node->hj_HashTable->eagerlyReleased && !node->hj_HashTable->parallel_state)
1838 {
1839 ReleaseHashTable(node);
1840 }
1841}
1842
1843void
1844ExecSquelchHashJoin(HashJoinState *node, bool force)

Callers 1

ExecSquelchHashJoinFunction · 0.85

Calls 1

ReleaseHashTableFunction · 0.85

Tested by

no test coverage detected