MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / finalizeInternal

Method finalizeInternal

src/processor/operator/aggregate/simple_aggregate.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void SimpleAggregateFinalize::finalizeInternal(ExecutionContext* /*context*/) {
263 sharedState->finalizeAggregateStates();
264 if (metrics) {
265 metrics->numOutputTuple.incrementByOne();
266 }
267}
268
269void SimpleAggregateFinalize::executeInternal(ExecutionContext* context) {
270 DASSERT(sharedState->isReadyForFinalization());

Callers

nothing calls this directly

Calls 2

incrementByOneMethod · 0.80

Tested by

no test coverage detected