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

Function InstrUpdateTupleCount

src/backend/executor/instrument.c:177–182  ·  view source on GitHub ↗

Update tuple count */

Source from the content-addressed store, hash-verified

175
176/* Update tuple count */
177void
178InstrUpdateTupleCount(Instrumentation *instr, uint64 nTuples)
179{
180 /* count the returned tuples */
181 instr->tuplecount += nTuples;
182}
183
184/* Finish a run cycle for a plan node */
185void

Callers 1

complete_pending_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected