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

Method Finish

cpp/src/arrow/dataset/file_base.cc:595–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 const char* kind_name() const override { return "TeeNode"; }
594
595 void Finish() override { dataset_writer_->Finish(); }
596
597 Result<compute::ExecBatch> ProcessBatch(compute::ExecBatch batch) override {
598 ARROW_ASSIGN_OR_RAISE(std::shared_ptr<RecordBatch> record_batch,

Callers

nothing calls this directly

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected