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

Function ExecSquelchFunctionScan

src/backend/executor/nodeFunctionscan.c:784–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782}
783
784void
785ExecSquelchFunctionScan(FunctionScanState *node, bool force)
786{
787 if (node->ss.ps.squelched)
788 return;
789 if (!node->delayEagerFree || force)
790 {
791 ExecEagerFreeFunctionScan(node);
792 node->ss.ps.squelched = true;
793 }
794}
795
796void
797function_scan_create_bufname_prefix(char* p, int size, int initplan_id)

Callers 1

ExecSquelchNodeFunction · 0.85

Calls 1

Tested by

no test coverage detected