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

Method OpenInputFile

cpp/src/arrow/filesystem/filesystem.cc:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220Result<std::shared_ptr<io::RandomAccessFile>> FileSystem::OpenInputFile(
221 const FileInfo& info) {
222 RETURN_NOT_OK(ValidateInputFileInfo(info));
223 return OpenInputFile(info.path());
224}
225
226Future<std::shared_ptr<io::InputStream>> FileSystem::OpenInputStreamAsync(
227 const std::string& path) {

Callers 1

OpenInputFileAsyncMethod · 0.95

Calls 3

ValidateInputFileInfoFunction · 0.85
SleepMethod · 0.80
pathMethod · 0.45

Tested by

no test coverage detected