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

Function io___ReadableFile__Open

r/src/io.cpp:140–143  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

138
139// [[arrow::export]]
140std::shared_ptr<arrow::io::ReadableFile> io___ReadableFile__Open(
141 const std::string& path) {
142 return ValueOrStop(arrow::io::ReadableFile::Open(path, gc_memory_pool()));
143}
144
145// ------ arrow::io::BufferReader
146

Callers 1

Calls 2

ValueOrStopFunction · 0.85
gc_memory_poolFunction · 0.85

Tested by

no test coverage detected