MCPcopy Create free account
hub / github.com/apache/orc / getEnableAsyncPrefetch

Method getEnableAsyncPrefetch

c++/src/Options.hh:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 bool RowReaderOptions::getEnableAsyncPrefetch() const {
356 return privateBits_->enableAsyncPrefetch;
357 }
358
359 RowReaderOptions& RowReaderOptions::setSmallStripeLookAheadLimit(uint64_t numStripes) {
360 privateBits_->smallStripeLookAheadLimit = numStripes;

Callers 1

RowReaderImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected