public interface Writer
extends org.apache.orc.Writer
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(Object row)
Add a row to the end of the ORC file.
|
void addRow(Object row) throws IOException
row - the row to addIOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.