Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ OnResult
Method
OnResult
cpp/src/arrow/compute/exec_internal.h:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
DatumAccumulator() = default;
112
113
Status OnResult(Datum value) override {
114
values_.emplace_back(value);
115
return Status::OK();
116
}
117
118
std::vector<Datum> values() { return std::move(values_); }
119
Callers
4
EmitResult
Method · 0.80
Execute
Method · 0.80
EmitResult
Method · 0.80
Execute
Method · 0.80
Calls
2
emplace_back
Method · 0.80
OK
Function · 0.50
Tested by
no test coverage detected