MCPcopy Create free account
hub / github.com/apache/arrow / ~FileOutputStream

Method ~FileOutputStream

cpp/src/arrow/io/file.cc:357–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355FileOutputStream::FileOutputStream() { impl_.reset(new FileOutputStreamImpl()); }
356
357FileOutputStream::~FileOutputStream() { internal::CloseFromDestructor(this); }
358
359Result<std::shared_ptr<FileOutputStream>> FileOutputStream::Open(const std::string& path,
360 bool append) {

Callers

nothing calls this directly

Calls 1

CloseFromDestructorFunction · 0.85

Tested by

no test coverage detected