Class OrcShimV210

    • Constructor Detail

      • OrcShimV210

        public OrcShimV210()
    • Method Detail

      • nextBatch

        public boolean nextBatch​(org.apache.orc.RecordReader reader,
                                 org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch rowBatch)
                          throws IOException
        Description copied from interface: OrcShim
        Read the next row batch.
        Specified by:
        nextBatch in interface OrcShim<org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch>
        Overrides:
        nextBatch in class OrcShimV200
        Throws:
        IOException