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 © 2019 The Apache Software Foundation. All Rights Reserved.