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

Method FlushFinal

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

Source from the content-addressed store, hash-verified

490 Status Flush(ExecResult* out) override { return indices_kernel_->Flush(out); }
491
492 Status FlushFinal(ExecResult* out) override { return indices_kernel_->FlushFinal(out); }
493
494 Status GetDictionary(std::shared_ptr<ArrayData>* out) override {
495 return indices_kernel_->GetDictionary(out);

Callers

nothing calls this directly

Calls 1

FlushFinalMethod · 0.45

Tested by

no test coverage detected