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

Method FlushFinal

cpp/src/arrow/compute/kernels/vector_hash.cc:292–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 Status Flush(ExecResult* out) override { return action_.Flush(out); }
291
292 Status FlushFinal(ExecResult* out) override { return action_.FlushFinal(out); }
293
294 Status GetDictionary(std::shared_ptr<ArrayData>* out) override {
295 ARROW_ASSIGN_OR_RAISE(*out, DictionaryTraits<Type>::GetDictionaryArrayData(

Callers

nothing calls this directly

Calls 1

FlushFinalMethod · 0.45

Tested by

no test coverage detected