Package org.apache.flink.orc.shim
Class OrcShimV210
java.lang.Object
org.apache.flink.orc.shim.OrcShimV200
org.apache.flink.orc.shim.OrcShimV210
- All Implemented Interfaces:
Serializable,OrcShim<org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch>
- Direct Known Subclasses:
OrcShimV230
Shim orc for Hive version 2.1.0 and upper versions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleannextBatch(org.apache.orc.RecordReader reader, org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch rowBatch) Read the next row batch.Methods inherited from class org.apache.flink.orc.shim.OrcShimV200
computeProjectionMask, createBatchWrapper, createReader, createRecordReader, createRecordReader, getOffsetAndLengthForSplit, readOrcConf
-
Constructor Details
-
OrcShimV210
public OrcShimV210()
-
-
Method Details
-
nextBatch
public boolean nextBatch(org.apache.orc.RecordReader reader, org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch rowBatch) throws IOException Description copied from interface:OrcShimRead the next row batch.- Specified by:
nextBatchin interfaceOrcShim<org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch>- Overrides:
nextBatchin classOrcShimV200- Throws:
IOException
-