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

Method FlushFinal

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

Source from the content-addressed store, hash-verified

419
420 Status Flush(ExecResult* out) override { return action_.Flush(out); }
421 Status FlushFinal(ExecResult* out) override { return action_.FlushFinal(out); }
422
423 Status GetDictionary(std::shared_ptr<ArrayData>* out) override {
424 std::shared_ptr<NullArray> null_array;

Callers

nothing calls this directly

Calls 1

FlushFinalMethod · 0.45

Tested by

no test coverage detected