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

Method DeleteFile

cpp/src/arrow/filesystem/filesystem.cc:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420Status SubTreeFileSystem::DeleteFile(const std::string& path) {
421 ARROW_ASSIGN_OR_RAISE(auto real_path, PrependBaseNonEmpty(path));
422 return base_fs_->DeleteFile(real_path);
423}
424
425Status SubTreeFileSystem::Move(const std::string& src, const std::string& dest) {
426 ARROW_ASSIGN_OR_RAISE(auto real_src, PrependBaseNonEmpty(src));

Callers

nothing calls this directly

Calls 1

SleepMethod · 0.80

Tested by

no test coverage detected