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

Method hasCorrectStatistics

c++/src/Reader.cc:909–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907 }
908
909 bool ReaderImpl::hasCorrectStatistics() const {
910 return !WriterVersionImpl::VERSION_HIVE_8732().compareGT(getWriterVersion());
911 }
912
913 void ReaderImpl::checkOrcVersion() {
914 FileVersion version = getFormatVersion();

Callers 1

TESTFunction · 0.80

Calls 1

compareGTMethod · 0.80

Tested by 1

TESTFunction · 0.64