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

Method getAlignedBitpacking

c++/src/Writer.cc:191–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 bool WriterOptions::getAlignedBitpacking() const {
192 return privateBits_->compressionStrategy == CompressionStrategy ::CompressionStrategy_SPEED;
193 }
194
195 WriterOptions& WriterOptions::setPaddingTolerance(double tolerance) {
196 privateBits_->paddingTolerance = tolerance;

Callers 7

IntegerColumnWriterMethod · 0.80
StringColumnWriterMethod · 0.80
TimestampColumnWriterMethod · 0.80
Decimal64ColumnWriterMethod · 0.80
ListColumnWriterMethod · 0.80
MapColumnWriterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected