Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ~BufferOutputStream
Method
~BufferOutputStream
cpp/src/arrow/io/memory.cc:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
BufferOutputStream::~BufferOutputStream() {
72
if (buffer_) {
73
internal::CloseFromDestructor(this);
74
}
75
}
76
77
Status BufferOutputStream::Close() {
78
if (is_open_) {
Callers
nothing calls this directly
Calls
1
CloseFromDestructor
Function · 0.85
Tested by
no test coverage detected