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

Method ~CompressedInputStream

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

Source from the content-addressed store, hash-verified

463}
464
465CompressedInputStream::~CompressedInputStream() { internal::CloseFromDestructor(this); }
466
467Status CompressedInputStream::DoClose() { return impl_->Close(); }
468

Callers

nothing calls this directly

Calls 1

CloseFromDestructorFunction · 0.85

Tested by

no test coverage detected