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

Function ExecSquelchWindowAgg

src/backend/executor/nodeWindowAgg.c:2973–2979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2971}
2972
2973void
2974ExecSquelchWindowAgg(WindowAggState *node, bool force)
2975{
2976 node->ss.ps.squelched = true;
2977 // TODO: do some eager freeing here?
2978 ExecSquelchNode(outerPlanState(node), force);
2979}
2980
2981/*
2982 * initialize_peragg

Callers 1

ExecSquelchNodeFunction · 0.85

Calls 1

ExecSquelchNodeFunction · 0.85

Tested by

no test coverage detected