public interface OrcValueWriter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
write(T value,
org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch output)
Writes the data.
|
void write(T value, org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch output) throws java.io.IOException
value - the data value to write.output - the VectorizedRowBatch to which the output will be written.java.io.IOException - if there's any IO error while writing the data value.