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)
| 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 |
no outgoing calls