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

Method GetWorkingDirectory

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

Source from the content-addressed store, hash-verified

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

Callers 2

GetWorkingDirectoryMethod · 0.45
GetFileInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected