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

Method DeleteRootDirContents

cpp/src/arrow/filesystem/hdfs.cc:507–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507Status HadoopFileSystem::DeleteRootDirContents() {
508 return impl_->DeleteDirContents("", /*missing_dir_ok=*/false);
509}
510
511Status HadoopFileSystem::DeleteFile(const std::string& path) {
512 return impl_->DeleteFile(path);

Callers

nothing calls this directly

Calls 1

DeleteDirContentsMethod · 0.45

Tested by

no test coverage detected