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

Method WillNeed

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

Source from the content-addressed store, hash-verified

319bool ReadableFile::closed() const { return !impl_->is_open(); }
320
321Status ReadableFile::WillNeed(const std::vector<ReadRange>& ranges) {
322 return impl_->WillNeed(ranges);
323}
324
325Result<int64_t> ReadableFile::DoTell() const { return impl_->Tell(); }
326

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