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

Method Finish

cpp/src/arrow/dataset/dataset_writer.cc:430–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 Status Finish() {
431 if (latest_open_file_) {
432 auto file = std::move(latest_open_file_);
433 ARROW_RETURN_NOT_OK(file->Finish());
434 }
435 used_filenames_.clear();
436 return Status::OK();
437 }
438
439 void Abort() {
440 if (latest_open_file_) {

Callers

nothing calls this directly

Calls 3

OKFunction · 0.50
FinishMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected