Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
Status 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
Finalize
Method · 0.45
state
Method · 0.45
Tested by
no test coverage detected