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

Method Delete

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

Source from the content-addressed store, hash-verified

611}
612
613Status HadoopFileSystem::Delete(const std::string& path, bool recursive) {
614 return impl_->Delete(path, recursive);
615}
616
617Status HadoopFileSystem::DeleteDirectory(const std::string& path) {
618 return Delete(path, true);

Callers 15

ARROW_ASSIGN_OR_RAISEFunction · 0.45
DeleteMethod · 0.45
MakeScratchDirMethod · 0.45
TearDownMethod · 0.45
TEST_FFunction · 0.45
DeleteContainerMethod · 0.45
RenameContainerFunction · 0.45
DeleteDirContentsMethod · 0.45
DeleteFileMethod · 0.45

Calls

no outgoing calls

Tested by 3

MakeScratchDirMethod · 0.36
TearDownMethod · 0.36
TEST_FFunction · 0.36