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

Method ListDirectory

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

Source from the content-addressed store, hash-verified

646}
647
648Status HadoopFileSystem::ListDirectory(const std::string& path,
649 std::vector<HdfsPathInfo>* listing) {
650 return impl_->ListDirectory(path, listing);
651}
652
653Status HadoopFileSystem::OpenReadable(const std::string& path, int32_t buffer_size,
654 std::shared_ptr<HdfsReadableFile>* file) {

Callers 3

ListDirectoryMethod · 0.45
TEST_FFunction · 0.45
StatSelectorMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36