Interface | Description |
---|---|
OrcValueReader<T> |
Used for implementing ORC value readers.
|
OrcValueWriter<T> |
Write data value of a schema.
|
Class | Description |
---|---|
ColumnIdMap |
The mapping from ORC's TypeDescription to the Iceberg column ids.
|
ORC | |
ORC.ReadBuilder | |
ORC.WriteBuilder | |
OrcMetrics | |
TypeConversion | |
VectorizedRowBatchIterator |
An adaptor so that the ORC RecordReader can be used as an Iterator.
|