public class SparkOrcWriter extends java.lang.Object implements OrcValueWriter<org.apache.spark.sql.catalyst.InternalRow>
| Constructor and Description |
|---|
SparkOrcWriter(org.apache.orc.TypeDescription schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.apache.spark.sql.catalyst.InternalRow value,
org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch output)
Writes the data.
|
public void write(org.apache.spark.sql.catalyst.InternalRow value,
org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch output)
OrcValueWriterwrite in interface OrcValueWriter<org.apache.spark.sql.catalyst.InternalRow>value - the data value to write.output - the VectorizedRowBatch to which the output will be written.