org.apache.hadoop.hive.ql.io.orc
Class TestRunLengthIntegerReader

java.lang.Object
  extended by org.apache.hadoop.hive.ql.io.orc.TestRunLengthIntegerReader

public class TestRunLengthIntegerReader
extends Object


Constructor Summary
TestRunLengthIntegerReader()
           
 
Method Summary
 void runSeekTest(org.apache.hadoop.hive.ql.io.orc.CompressionCodec codec)
           
 void testCompressedSeek()
           
 void testSkips()
           
 void testUncompressedSeek()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRunLengthIntegerReader

public TestRunLengthIntegerReader()
Method Detail

runSeekTest

public void runSeekTest(org.apache.hadoop.hive.ql.io.orc.CompressionCodec codec)
                 throws Exception
Throws:
Exception

testUncompressedSeek

public void testUncompressedSeek()
                          throws Exception
Throws:
Exception

testCompressedSeek

public void testCompressedSeek()
                        throws Exception
Throws:
Exception

testSkips

public void testSkips()
               throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation