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

Method Delete

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
DeleteMethod · 0.45

Tested by

no test coverage detected