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

Function fs___FileSystem__OpenInputStream

r/src/filesystem.cpp:212–215  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

210
211// [[arrow::export]]
212std::shared_ptr<arrow::io::InputStream> fs___FileSystem__OpenInputStream(
213 const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path) {
214 return ValueOrStop(file_system->OpenInputStream(path));
215}
216
217// [[arrow::export]]
218std::shared_ptr<arrow::io::RandomAccessFile> fs___FileSystem__OpenInputFile(

Calls 2

ValueOrStopFunction · 0.85
OpenInputStreamMethod · 0.45

Tested by

no test coverage detected