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

Method finishEncode

c++/src/ByteRLE.cc:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 void ByteRleEncoderImpl::finishEncode() {
222 writeValues();
223 outputStream->BackUp(bufferLength - bufferPosition);
224 outputStream->finishStream();
225 bufferLength = bufferPosition = 0;
226 }
227
228 std::unique_ptr<ByteRleEncoder> createByteRleEncoder(
229 std::unique_ptr<BufferedOutputStream> output) {

Callers

nothing calls this directly

Calls 2

BackUpMethod · 0.45
finishStreamMethod · 0.45

Tested by

no test coverage detected