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

Method output

java/core/src/java/org/apache/orc/PhysicalWriter.java:45–45  ·  view source on GitHub ↗

Output the given buffer to the final destination @param buffer the buffer to output

(ByteBuffer buffer)

Source from the content-addressed store, hash-verified

43 * @param buffer the buffer to output
44 */
45 void output(ByteBuffer buffer) throws IOException;
46
47 /**
48 * Suppress this stream from being written to the stripe.

Callers 5

testFlushMethod · 0.65
testStripePaddingMethod · 0.65
testNoStripePaddingMethod · 0.65
testShortBlockMethod · 0.65
outputBufferMethod · 0.65

Implementers 4

DirectStreamjava/core/src/java/org/apache/orc/impl
BufferedStreamjava/core/src/java/org/apache/orc/impl
TestOutputCatcherjava/tools/src/test/org/apache/orc/imp
OutputCollectorjava/core/src/test/org/apache/orc/impl

Calls

no outgoing calls

Tested by 4

testFlushMethod · 0.52
testStripePaddingMethod · 0.52
testNoStripePaddingMethod · 0.52
testShortBlockMethod · 0.52