| Package | Description |
|---|---|
| org.apache.flink.orc | |
| org.apache.flink.orc.shim |
| Class and Description |
|---|
| AbstractOrcFileInputFormat
The base for ORC readers for the
FileSource. |
| AbstractOrcFileInputFormat.OrcReaderBatch
The
OrcReaderBatch class holds the data structures containing the batch data (column
vectors, row arrays, ...) and performs the batch conversion from the ORC representation to
the result format. |
| AbstractOrcFileInputFormat.OrcVectorizedReader
A vectorized ORC reader.
|
| OrcColumnarRowInputFormat
An ORC reader that produces a stream of
ColumnarRowData records. |
OrcColumnarRowSplitReader
OrcSplitReader to read ORC files into RowData. |
| OrcColumnarRowSplitReader.ColumnBatchGenerator
Interface to gen
VectorizedColumnBatch. |
| OrcFilters.Predicate
A filter predicate that can be evaluated by the OrcInputFormat.
|
| OrcSplitReader
Orc split reader to read record from orc file.
|
| Class and Description |
|---|
| OrcFilters.Predicate
A filter predicate that can be evaluated by the OrcInputFormat.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.