MCPcopy 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

EmitResultMethod · 0.80
ExecuteMethod · 0.80
EmitResultMethod · 0.80
ExecuteMethod · 0.80

Calls 2

emplace_backMethod · 0.80
OKFunction · 0.50

Tested by

no test coverage detected