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

Method OpenInputStream

cpp/src/arrow/filesystem/filesystem.cc:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214Result<std::shared_ptr<io::InputStream>> FileSystem::OpenInputStream(
215 const FileInfo& info) {
216 RETURN_NOT_OK(ValidateInputFileInfo(info));
217 return OpenInputStream(info.path());
218}
219
220Result<std::shared_ptr<io::RandomAccessFile>> FileSystem::OpenInputFile(
221 const FileInfo& info) {

Callers 1

OpenInputStreamAsyncMethod · 0.95

Calls 3

ValidateInputFileInfoFunction · 0.85
SleepMethod · 0.80
pathMethod · 0.45

Tested by

no test coverage detected