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

Method OpenInputStream

cpp/src/arrow/filesystem/localfs.cc:676–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674} // namespace
675
676Result<std::shared_ptr<io::InputStream>> LocalFileSystem::OpenInputStream(
677 const std::string& path) {
678 return OpenInputStreamGeneric<io::InputStream>(path, options_, io_context());
679}
680
681Result<std::shared_ptr<io::RandomAccessFile>> LocalFileSystem::OpenInputFile(
682 const std::string& path) {

Callers

nothing calls this directly

Calls 1

io_contextFunction · 0.85

Tested by

no test coverage detected