Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/orc
/ flip
Method
flip
java/core/src/java/org/apache/orc/impl/OutStream.java:216–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
}
215
216
private
void
flip() {
217
current.limit(current.position());
218
current.position(codec == null ? 0 : HEADER_SIZE);
219
}
220
221
@Override
222
public
void
write(
int
i) throws IOException {
Callers
15
spill
Method · 0.95
byteBuf
Method · 0.80
runSeekTest
Method · 0.80
testSkips
Method · 0.80
runSeekTest
Method · 0.80
testSkips
Method · 0.80
testSeekSkip
Method · 0.80
testNoOverflow
Method · 0.80
testCorrupt
Method · 0.80
testNoOverflow
Method · 0.80
testCorrupt
Method · 0.80
testZstdAircompressorJniCompressDecompress
Method · 0.80
Calls
no outgoing calls
Tested by
15
byteBuf
Method · 0.64
runSeekTest
Method · 0.64
testSkips
Method · 0.64
runSeekTest
Method · 0.64
testSkips
Method · 0.64
testSeekSkip
Method · 0.64
testNoOverflow
Method · 0.64
testCorrupt
Method · 0.64
testNoOverflow
Method · 0.64
testCorrupt
Method · 0.64
testZstdAircompressorJniCompressDecompress
Method · 0.64
testZstdDirectDecompress
Method · 0.64