Uses of Package
org.apache.flink.orc
-
Packages that use org.apache.flink.orc Package Description org.apache.flink.orc org.apache.flink.orc.nohive org.apache.flink.orc.nohive.shim org.apache.flink.orc.shim -
Classes in org.apache.flink.orc used by org.apache.flink.orc Class Description AbstractOrcFileInputFormat The base for ORC readers for theFileSource
.AbstractOrcFileInputFormat.OrcReaderBatch TheOrcReaderBatch
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 ofColumnarRowData
records.OrcColumnarRowSplitReader OrcSplitReader
to read ORC files intoRowData
.OrcColumnarRowSplitReader.ColumnBatchGenerator Interface to genVectorizedColumnBatch
.OrcFilters.Predicate A filter predicate that can be evaluated by the OrcInputFormat.OrcSplitReader Orc split reader to read record from orc file. -
Classes in org.apache.flink.orc used by org.apache.flink.orc.nohive Class Description OrcColumnarRowInputFormat An ORC reader that produces a stream ofColumnarRowData
records.OrcColumnarRowSplitReader OrcSplitReader
to read ORC files intoRowData
.OrcFilters.Predicate A filter predicate that can be evaluated by the OrcInputFormat. -
Classes in org.apache.flink.orc used by org.apache.flink.orc.nohive.shim Class Description OrcFilters.Predicate A filter predicate that can be evaluated by the OrcInputFormat. -
Classes in org.apache.flink.orc used by org.apache.flink.orc.shim Class Description OrcFilters.Predicate A filter predicate that can be evaluated by the OrcInputFormat.