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

Function convertCompressionKind

c++/src/Reader.cc:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 CompressionKind convertCompressionKind(const proto::PostScript& ps) {
70 if (ps.has_compression()) {
71 return static_cast<CompressionKind>(ps.compression());
72 } else {
73 throw ParseError("Unknown compression type");
74 }
75 }
76
77 std::string ColumnSelector::toDotColumnPath() {
78 if (columns_.empty()) {

Callers 3

ReaderImplMethod · 0.85
readFooterFunction · 0.85
initMethod · 0.85

Calls 1

ParseErrorClass · 0.85

Tested by

no test coverage detected