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

Method flush

java/core/src/java/org/apache/orc/impl/OutStream.java:426–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

424 }
425
426 @Override
427 public void flush() throws IOException {
428 spill();
429 compressedBuffer.reset();
430 if (cipher != null) {
431 finishEncryption();
432 }
433 uncompressedBytes = 0;
434 compressedBytes = 0;
435 current = null;
436 }
437
438 @Override
439 public String toString() {

Callers 3

runTestMethod · 0.95

Calls 3

spillMethod · 0.95
finishEncryptionMethod · 0.95
resetMethod · 0.65

Tested by 1

runTestMethod · 0.76