Class OrcMapreduceRecordReader<V extends WritableComparable>

java.lang.Object
org.apache.hadoop.mapreduce.RecordReader<NullWritable,V>
org.apache.orc.mapreduce.OrcMapreduceRecordReader<V>
Type Parameters:
V - the root type of the file
All Implemented Interfaces:
Closeable, AutoCloseable

public class OrcMapreduceRecordReader<V extends WritableComparable> extends RecordReader<NullWritable,V>
This record reader implements the org.apache.hadoop.mapreduce API. It is in the org.apache.orc.mapred package to share implementation with the mapred API record reader.