MCPcopy 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
71BufferOutputStream::~BufferOutputStream() {
72 if (buffer_) {
73 internal::CloseFromDestructor(this);
74 }
75}
76
77Status BufferOutputStream::Close() {
78 if (is_open_) {

Callers

nothing calls this directly

Calls 1

CloseFromDestructorFunction · 0.85

Tested by

no test coverage detected