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