MCPcopy Index your code
hub / github.com/apache/orc / nextBatch

Method nextBatch

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

Read the next row batch. The size of the batch to read cannot be controlled by the callers. Caller need to look at VectorizedRowBatch.size of the returned object to know the batch size read. @param batch a row batch object to read into @return were more rows available to read? @throws java.io.IOExce

(VectorizedRowBatch batch)

Source from the content-addressed store, hash-verified

39 * @since 1.1.0
40 */
41 boolean nextBatch(VectorizedRowBatch batch) throws IOException;
42
43 /**
44 * Get the row number of the row that will be returned by the following

Implementers 3

CsvReaderjava/tools/src/java/org/apache/orc/too
JsonReaderjava/tools/src/java/org/apache/orc/too
RecordReaderImpljava/core/src/java/org/apache/orc/impl

Calls

no outgoing calls