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

Method OpenAppendStream

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

Source from the content-addressed store, hash-verified

711}
712
713Result<std::shared_ptr<io::OutputStream>> LocalFileSystem::OpenAppendStream(
714 const std::string& path, const std::shared_ptr<const KeyValueMetadata>& metadata) {
715 bool truncate = false;
716 bool append = true;
717 return OpenOutputStreamGeneric(path, truncate, append);
718}
719
720static Result<std::shared_ptr<fs::FileSystem>> LocalFileSystemFactory(
721 const arrow::util::Uri& uri, const io::IOContext& io_context, std::string* out_path) {

Callers

nothing calls this directly

Calls 1

OpenOutputStreamGenericFunction · 0.85

Tested by

no test coverage detected