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

Method OpenOutputStream

cpp/src/arrow/filesystem/hdfs.cc:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 Result<std::shared_ptr<io::OutputStream>> OpenOutputStream(const std::string& path) {
263 bool append = false;
264 return OpenOutputStreamGeneric(path, append);
265 }
266
267 Result<std::shared_ptr<io::OutputStream>> OpenAppendStream(const std::string& path) {
268 bool append = true;

Callers

nothing calls this directly

Calls 1

OpenOutputStreamGenericFunction · 0.85

Tested by

no test coverage detected