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

Method ~CompressedOutputStream

cpp/src/arrow/io/compressed.cc:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209CompressedOutputStream::~CompressedOutputStream() { internal::CloseFromDestructor(this); }
210
211Status CompressedOutputStream::Close() { return impl_->Close(); }
212

Callers

nothing calls this directly

Calls 1

CloseFromDestructorFunction · 0.85

Tested by

no test coverage detected