MCPcopy Create free account
hub / github.com/apache/arrow / AggregateFinalize

Function AggregateFinalize

cpp/src/arrow/compute/kernels/aggregate_basic.cc:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46Status AggregateFinalize(KernelContext* ctx, Datum* out) {
47 return checked_cast<ScalarAggregator*>(ctx->state())->Finalize(ctx, out);
48}
49
50} // namespace
51

Callers

nothing calls this directly

Calls 2

FinalizeMethod · 0.45
stateMethod · 0.45

Tested by

no test coverage detected