Add a row batch to the ORC file. @param batch the rows to add @since 1.1.0
(VectorizedRowBatch batch)
| 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 |
no outgoing calls