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

Method ~SlowRandomAccessFile

cpp/src/arrow/io/slow.cc:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105// SlowRandomAccessFile implementation
106
107SlowRandomAccessFile::~SlowRandomAccessFile() { internal::CloseFromDestructor(this); }
108
109Status SlowRandomAccessFile::Close() { return stream_->Close(); }
110

Callers

nothing calls this directly

Calls 1

CloseFromDestructorFunction · 0.85

Tested by

no test coverage detected