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

Method MakeDirectory

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

Source from the content-addressed store, hash-verified

607}
608
609Status HadoopFileSystem::MakeDirectory(const std::string& path) {
610 return impl_->MakeDirectory(path);
611}
612
613Status HadoopFileSystem::Delete(const std::string& path, bool recursive) {
614 return impl_->Delete(path, recursive);

Callers 4

MakeDirectoryMethod · 0.45
MakeScratchDirMethod · 0.45
TEST_FFunction · 0.45
CreateDirMethod · 0.45

Calls

no outgoing calls

Tested by 2

MakeScratchDirMethod · 0.36
TEST_FFunction · 0.36