MCPcopy 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
221void
222ExecShutdownCustomScan(CustomScanState *node)
223{
224 const CustomExecMethods *methods = node->methods;
225
226 if (methods->ShutdownCustomScan)
227 methods->ShutdownCustomScan(node);
228}

Callers 1

ExecShutdownNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected