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

Function ExecEndRuntimeFilter

src/backend/executor/nodeRuntimeFilter.c:265–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void
266ExecEndRuntimeFilter(RuntimeFilterState *node)
267{
268 if (node->bf != NULL)
269 bloom_free(node->bf);
270 if (node->value_buf != NULL)
271 pfree(node->value_buf);
272
273 ExecFreeExprContext(&node->ps);
274 ExecEndNode(outerPlanState(node));
275}
276
277void
278ExecReScanRuntimeFilter(RuntimeFilterState *node)

Callers 1

ExecEndNodeFunction · 0.85

Calls 4

bloom_freeFunction · 0.85
ExecFreeExprContextFunction · 0.85
ExecEndNodeFunction · 0.85
pfreeFunction · 0.50

Tested by

no test coverage detected