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

Method finishEncode

c++/src/RLE.cc:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void RleEncoder::finishEncode() {
125 outputStream->BackUp(static_cast<int>(bufferLength - bufferPosition));
126 outputStream->finishStream();
127 bufferLength = bufferPosition = 0;
128 }
129
130} // namespace orc

Callers 3

runTestMethod · 0.45
TEST_PFunction · 0.45
finishStreamsMethod · 0.45

Calls 2

BackUpMethod · 0.45
finishStreamMethod · 0.45

Tested by 2

runTestMethod · 0.36
TEST_PFunction · 0.36