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

Method ~ReadableFile

cpp/src/arrow/io/file.cc:296–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294ReadableFile::ReadableFile(MemoryPool* pool) { impl_.reset(new ReadableFileImpl(pool)); }
295
296ReadableFile::~ReadableFile() { internal::CloseFromDestructor(this); }
297
298Result<std::shared_ptr<ReadableFile>> ReadableFile::Open(const std::string& path,
299 MemoryPool* pool) {

Callers

nothing calls this directly

Calls 1

CloseFromDestructorFunction · 0.85

Tested by

no test coverage detected