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

Method OpenAppendStream

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

Source from the content-addressed store, hash-verified

265 }
266
267 Result<std::shared_ptr<io::OutputStream>> OpenAppendStream(const std::string& path) {
268 bool append = true;
269 return OpenOutputStreamGeneric(path, append);
270 }
271
272 protected:
273 const HdfsOptions options_;

Callers

nothing calls this directly

Calls 1

OpenOutputStreamGenericFunction · 0.85

Tested by

no test coverage detected