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

Method getRleVersion

c++/src/Writer.cc:104–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 // PASS
103 }
104 RleVersion WriterOptions::getRleVersion() const {
105 if (privateBits_->fileVersion == FileVersion::v_0_11()) {
106 return RleVersion_1;
107 }
108
109 return RleVersion_2;
110 }
111
112 WriterOptions& WriterOptions::setStripeSize(uint64_t size) {
113 privateBits_->stripeSize = size;

Callers 6

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