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

Method Exists

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

Source from the content-addressed store, hash-verified

621Status HadoopFileSystem::Disconnect() { return impl_->Disconnect(); }
622
623bool HadoopFileSystem::Exists(const std::string& path) { return impl_->Exists(path); }
624
625Status HadoopFileSystem::GetPathInfo(const std::string& path, HdfsPathInfo* info) {
626 return impl_->GetPathInfo(path, info);

Callers 4

ExistsMethod · 0.45
MakeScratchDirMethod · 0.45
TearDownMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

MakeScratchDirMethod · 0.36
TearDownMethod · 0.36
TEST_FFunction · 0.36