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

Method GetWorkingDirectory

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

Source from the content-addressed store, hash-verified

637Status HadoopFileSystem::GetUsed(int64_t* nbytes) { return impl_->GetUsed(nbytes); }
638
639Status HadoopFileSystem::GetWorkingDirectory(std::string* out) {
640 return impl_->GetWorkingDirectory(out);
641}
642
643Status HadoopFileSystem::GetChildren(const std::string& path,
644 std::vector<std::string>* listing) {

Callers 2

GetWorkingDirectoryMethod · 0.45
GetFileInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected