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

Function createByteRleDecoder

c++/src/ByteRLE.cc:507–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 }
506
507 std::unique_ptr<ByteRleDecoder> createByteRleDecoder(std::unique_ptr<SeekableInputStream> input,
508 ReaderMetrics* metrics) {
509 return std::make_unique<ByteRleDecoderImpl>(std::move(input), metrics);
510 }
511
512 class BooleanRleDecoderImpl : public ByteRleDecoderImpl {
513 public:

Callers 4

TESTFunction · 0.85
decodeAndVerifyFunction · 0.85
ByteColumnReaderMethod · 0.85
UnionColumnReaderMethod · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
decodeAndVerifyFunction · 0.68