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

Function createBooleanRleEncoder

c++/src/ByteRLE.cc:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 std::unique_ptr<ByteRleEncoder> createBooleanRleEncoder(
313 std::unique_ptr<BufferedOutputStream> output) {
314 BooleanRleEncoderImpl* encoder = new BooleanRleEncoderImpl(std::move(output));
315 return std::unique_ptr<ByteRleEncoder>(reinterpret_cast<ByteRleEncoder*>(encoder));
316 }
317
318 ByteRleDecoder::~ByteRleDecoder() {
319 // PASS

Callers 4

TESTFunction · 0.85
TESTFunction · 0.85
ColumnWriterMethod · 0.85
BooleanColumnWriterMethod · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68