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

Method addRowBatch

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

Add a row batch to the ORC file. @param batch the rows to add @since 1.1.0

(VectorizedRowBatch batch)

Source from the content-addressed store, hash-verified

54 * @since 1.1.0
55 */
56 void addRowBatch(VectorizedRowBatch batch) throws IOException;
57
58 /**
59 * Flush all of the buffers and close the file. No methods on this writer

Callers 15

testCountMethod · 0.95
testJsonDumpMethod · 0.95
testMergeMethod · 0.95
testScanMethod · 0.95
testDumpMethod · 0.95
testDataDumpMethod · 0.95
testBloomFilterMethod · 0.95
testBloomFilter2Method · 0.95
testHasNullMethod · 0.95
testRecoverMethod · 0.95

Implementers 1

WriterImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls

Tested by 15

testCountMethod · 0.76
testJsonDumpMethod · 0.76
testMergeMethod · 0.76
testScanMethod · 0.76
testDumpMethod · 0.76
testDataDumpMethod · 0.76
testBloomFilterMethod · 0.76
testBloomFilter2Method · 0.76
testHasNullMethod · 0.76
testRecoverMethod · 0.76