MCPcopy Create free account
hub / github.com/apache/arrow / HdfsReadableFile

Method HdfsReadableFile

cpp/src/arrow/io/hdfs.cc:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225};
226
227HdfsReadableFile::HdfsReadableFile(const io::IOContext& io_context) {
228 impl_.reset(new HdfsReadableFileImpl(io_context.pool()));
229}
230
231HdfsReadableFile::~HdfsReadableFile() {
232 ARROW_WARN_NOT_OK(impl_->Close(), "Failed to close HdfsReadableFile");

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
poolMethod · 0.45

Tested by

no test coverage detected