Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
CompressedOutputStream::~CompressedOutputStream() { internal::CloseFromDestructor(this); }
210
211
Status CompressedOutputStream::Close() { return impl_->Close(); }
212
Callers
nothing calls this directly
Calls
1
CloseFromDestructor
Function · 0.85
Tested by
no test coverage detected