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

Method DeleteDir

cpp/src/arrow/filesystem/filesystem.cc:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398Status SubTreeFileSystem::DeleteDir(const std::string& path) {
399 ARROW_ASSIGN_OR_RAISE(auto real_path, PrependBaseNonEmpty(path));
400 return base_fs_->DeleteDir(real_path);
401}
402
403Status SubTreeFileSystem::DeleteDirContents(const std::string& path,
404 bool missing_dir_ok) {

Callers

nothing calls this directly

Calls 1

SleepMethod · 0.80

Tested by

no test coverage detected