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

Function getWriterVersionImpl

c++/src/Reader.cc:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 WriterVersion getWriterVersionImpl(const FileContents* contents) {
89 if (!contents->postscript->has_writer_version()) {
90 return WriterVersion_ORIGINAL;
91 }
92 return static_cast<WriterVersion>(contents->postscript->writer_version());
93 }
94
95 void ColumnSelector::selectChildren(std::vector<bool>& selectedColumns, const Type& type) {
96 return selectChildren(selectedColumns, type, EMPTY_IDREADINTENTMAP());

Callers 2

RowReaderImplMethod · 0.85
getWriterVersionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected