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

Method getWriterVersion

c++/src/Reader.cc:734–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732 }
733
734 WriterVersion ReaderImpl::getWriterVersion() const {
735 return getWriterVersionImpl(contents_.get());
736 }
737
738 uint64_t ReaderImpl::getContentLength() const {
739 return footer_->content_length();

Callers

nothing calls this directly

Calls 2

getWriterVersionImplFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected