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

Method OpenReadable

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

Source from the content-addressed store, hash-verified

649}
650
651Status HadoopFileSystem::OpenReadable(const std::string& path, int32_t buffer_size,
652 std::shared_ptr<HdfsReadableFile>* file) {
653 return impl_->OpenReadable(path, buffer_size, io::default_io_context(), file);
654}
655
656Status HadoopFileSystem::OpenReadable(const std::string& path,
657 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