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

Function InstrStopNode

src/backend/executor/instrument.c:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void
168InstrStopNode(Instrumentation *instr, uint64 nTuples)
169{
170 if (unlikely(instr->async_mode))
171 InstrStopNodeAsync(instr, nTuples);
172 else
173 InstrStopNodeSync(instr, nTuples);
174}
175
176/* Update tuple count */
177void

Callers 14

ExecCallTriggerFuncFunction · 0.85
AfterTriggerExecuteFunction · 0.85
standard_ExecutorRunFunction · 0.85
standard_ExecutorFinishFunction · 0.85
MultiExecBitmapIndexScanFunction · 0.85
MultiExecBitmapOrFunction · 0.85
MultiExecHashFunction · 0.85
ExecProcNodeGPDBFunction · 0.85
ExecProcNodeInstrFunction · 0.85
ExecShutdownNodeFunction · 0.85
ExecAsyncRequestFunction · 0.85
ExecAsyncConfigureWaitFunction · 0.85

Calls 2

InstrStopNodeAsyncFunction · 0.85
InstrStopNodeSyncFunction · 0.85

Tested by

no test coverage detected