Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ ExecShutdownCustomScan
Function
ExecShutdownCustomScan
src/backend/executor/nodeCustom.c:221–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void
222
ExecShutdownCustomScan(CustomScanState *node)
223
{
224
const CustomExecMethods *methods = node->methods;
225
226
if (methods->ShutdownCustomScan)
227
methods->ShutdownCustomScan(node);
228
}
Callers
1
ExecShutdownNode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected