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

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

public class TestIntegerCompressionReader
extends Object


Constructor Summary
TestIntegerCompressionReader()
           
 
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

TestIntegerCompressionReader

public TestIntegerCompressionReader()
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