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

Method OpenReadable

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

Source from the content-addressed store, hash-verified

651}
652
653Status HadoopFileSystem::OpenReadable(const std::string& path, int32_t buffer_size,
654 std::shared_ptr<HdfsReadableFile>* file) {
655 return impl_->OpenReadable(path, buffer_size, io::default_io_context(), file);
656}
657
658Status HadoopFileSystem::OpenReadable(const std::string& path,
659 std::shared_ptr<HdfsReadableFile>* file) {

Callers 3

TEST_FFunction · 0.45
OpenInputStreamMethod · 0.45
OpenInputFileMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36