Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runTest
Method · 0.45
TEST_P
Function · 0.45
finishStreams
Method · 0.45
Calls
2
BackUp
Method · 0.45
finishStream
Method · 0.45
Tested by
2
runTest
Method · 0.36
TEST_P
Function · 0.36