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

Method OpenInputFile

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

Source from the content-addressed store, hash-verified

679}
680
681Result<std::shared_ptr<io::RandomAccessFile>> LocalFileSystem::OpenInputFile(
682 const std::string& path) {
683 return OpenInputStreamGeneric<io::RandomAccessFile>(path, options_, io_context());
684}
685
686namespace {
687

Callers

nothing calls this directly

Calls 1

io_contextFunction · 0.85

Tested by

no test coverage detected