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

Method HdfsReadableFile

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

Source from the content-addressed store, hash-verified

227};
228
229HdfsReadableFile::HdfsReadableFile(const io::IOContext& io_context) {
230 impl_.reset(new HdfsReadableFileImpl(io_context.pool()));
231}
232
233HdfsReadableFile::~HdfsReadableFile() {
234 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