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

Function fs___FileSystem__OpenAppendStream

r/src/filesystem.cpp:230–233  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

228
229// [[arrow::export]]
230std::shared_ptr<arrow::io::OutputStream> fs___FileSystem__OpenAppendStream(
231 const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path) {
232 return ValueOrStop(file_system->OpenAppendStream(path));
233}
234
235// [[arrow::export]]
236std::string fs___FileSystem__type_name(

Calls 2

ValueOrStopFunction · 0.85
OpenAppendStreamMethod · 0.45

Tested by

no test coverage detected