Uses of Package
org.apache.flink.orc
-
Packages that use org.apache.flink.orc Package Description org.apache.flink.orc 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 TheOrcReaderBatchclass 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 ofColumnarRowDatarecords.OrcColumnarRowSplitReader OrcSplitReaderto 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.shim Class Description OrcFilters.Predicate A filter predicate that can be evaluated by the OrcInputFormat.