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

Method getCompression

c++/src/Writer.cc:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 CompressionKind WriterOptions::getCompression() const {
179 return privateBits_->compression;
180 }
181
182 WriterOptions& WriterOptions::setCompressionStrategy(CompressionStrategy strategy) {
183 privateBits_->compressionStrategy = strategy;

Callers 2

WriterImplMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected