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

Method ListDirectory

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

Source from the content-addressed store, hash-verified

644}
645
646Status HadoopFileSystem::ListDirectory(const std::string& path,
647 std::vector<HdfsPathInfo>* listing) {
648 return impl_->ListDirectory(path, listing);
649}
650
651Status HadoopFileSystem::OpenReadable(const std::string& path, int32_t buffer_size,
652 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