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

Method WillNeed

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

Source from the content-addressed store, hash-verified

313bool ReadableFile::closed() const { return !impl_->is_open(); }
314
315Status ReadableFile::WillNeed(const std::vector<ReadRange>& ranges) {
316 return impl_->WillNeed(ranges);
317}
318
319Result<int64_t> ReadableFile::DoTell() const { return impl_->Tell(); }
320

Callers 4

TEST_FFunction · 0.45
TEST_FFunction · 0.45
CacheMethod · 0.45
TESTFunction · 0.45

Calls 5

MemoryAdviseWillNeedFunction · 0.85
writableMethod · 0.80
CheckClosedMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36