| AbstractOrcFileInputFormat<T,BatchT,SplitT extends org.apache.flink.connector.file.src.FileSourceSplit> |
The base for ORC readers for the FileSource.
|
| AbstractOrcFileInputFormat.OrcReaderBatch<T,BatchT> |
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<T,BatchT> |
A vectorized ORC reader.
|
| OrcColumnarRowInputFormat<BatchT,SplitT extends org.apache.flink.connector.file.src.FileSourceSplit> |
An ORC reader that produces a stream of ColumnarRowData records.
|
| OrcColumnarRowSplitReader<BATCH> |
|
| OrcFileFormatFactory |
Orc format factory for file system.
|
| OrcFileFormatFactory.OrcBulkDecodingFormat |
OrcBulkDecodingFormat which implements FileBasedStatisticsReportableInputFormat.
|
| OrcFilters |
Utility class that provides helper methods to work with Orc Filter PushDown.
|
| OrcFilters.And |
An AND predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.Between |
An BETWEEN predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.Equals |
An EQUALS predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.In |
An IN predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.IsNull |
An IS_NULL predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.LessThan |
A LESS_THAN predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.LessThanEquals |
A LESS_THAN_EQUALS predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.Not |
A NOT predicate to negate a predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.NullSafeEquals |
An EQUALS predicate that can be evaluated with Null safety by the OrcInputFormat.
|
| OrcFilters.Or |
An OR predicate that can be evaluated by the OrcInputFormat.
|
| OrcFilters.Predicate |
A filter predicate that can be evaluated by the OrcInputFormat.
|
| OrcSplitReader<T,BATCH> |
Orc split reader to read record from orc file.
|
| OrcSplitReaderUtil |
|
| TimestampUtil |
Util class to handle timestamp vectors.
|