Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ getEnableLazyDecoding
Method
getEnableLazyDecoding
c++/src/Options.hh:301–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
bool RowReaderOptions::getEnableLazyDecoding() const {
302
return privateBits_->enableLazyDecoding;
303
}
304
305
RowReaderOptions& RowReaderOptions::setEnableLazyDecoding(bool enable) {
306
privateBits_->enableLazyDecoding = enable;
Callers
1
RowReaderImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected