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

Method Delete

cpp/src/arrow/io/hdfs.cc:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403
404 Status Delete(const std::string& path, bool recursive) {
405 int ret = driver_->Delete(fs_, path.c_str(), static_cast<int>(recursive));
406 CHECK_FAILURE(ret, "delete");
407 return Status::OK();
408 }
409
410 Status Disconnect() {
411 int ret = driver_->Disconnect(fs_);

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
DeleteMethod · 0.45

Tested by

no test coverage detected