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

Function createBooleanRleDecoder

c++/src/ByteRLE.cc:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643 }
644
645 std::unique_ptr<ByteRleDecoder> createBooleanRleDecoder(
646 std::unique_ptr<SeekableInputStream> input, ReaderMetrics* metrics) {
647 return std::make_unique<BooleanRleDecoderImpl>(std::move(input), metrics);
648 }
649} // namespace orc

Callers 4

TESTFunction · 0.85
decodeAndVerifyBooleanFunction · 0.85
ColumnReaderMethod · 0.85
BooleanColumnReaderMethod · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
decodeAndVerifyBooleanFunction · 0.68