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

Method Finish

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

Source from the content-addressed store, hash-verified

432 }
433
434 Future<> Finish() override {
435 dataset_writer_->Finish();
436 // Some write tasks may still be in the queue at this point but that is ok.
437 return Future<>::MakeFinished();
438 }
439
440 private:
441 Status WriteNextBatch(std::shared_ptr<RecordBatch> batch,

Callers

nothing calls this directly

Calls 1

FinishMethod · 0.45

Tested by

no test coverage detected