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

Method OpenOutputStream

cpp/src/arrow/filesystem/localfs.cc:706–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704} // namespace
705
706Result<std::shared_ptr<io::OutputStream>> LocalFileSystem::OpenOutputStream(
707 const std::string& path, const std::shared_ptr<const KeyValueMetadata>& metadata) {
708 bool truncate = true;
709 bool append = false;
710 return OpenOutputStreamGeneric(path, truncate, append);
711}
712
713Result<std::shared_ptr<io::OutputStream>> LocalFileSystem::OpenAppendStream(
714 const std::string& path, const std::shared_ptr<const KeyValueMetadata>& metadata) {

Callers

nothing calls this directly

Calls 1

OpenOutputStreamGenericFunction · 0.85

Tested by

no test coverage detected