MCPcopy 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

spillMethod · 0.95
byteBufMethod · 0.80
runSeekTestMethod · 0.80
testSkipsMethod · 0.80
runSeekTestMethod · 0.80
testSkipsMethod · 0.80
testSeekSkipMethod · 0.80
testNoOverflowMethod · 0.80
testCorruptMethod · 0.80
testNoOverflowMethod · 0.80
testCorruptMethod · 0.80

Calls

no outgoing calls

Tested by 15

byteBufMethod · 0.64
runSeekTestMethod · 0.64
testSkipsMethod · 0.64
runSeekTestMethod · 0.64
testSkipsMethod · 0.64
testSeekSkipMethod · 0.64
testNoOverflowMethod · 0.64
testCorruptMethod · 0.64
testNoOverflowMethod · 0.64
testCorruptMethod · 0.64