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

Function createByteRleEncoder

c++/src/ByteRLE.cc:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 std::unique_ptr<ByteRleEncoder> createByteRleEncoder(
229 std::unique_ptr<BufferedOutputStream> output) {
230 return std::make_unique<ByteRleEncoderImpl>(std::move(output));
231 }
232
233 class BooleanRleEncoderImpl : public ByteRleEncoderImpl {
234 public:

Callers 3

TESTFunction · 0.85
ByteColumnWriterMethod · 0.85
UnionColumnWriterMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68