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

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

public class TestBitFieldReader
extends Object


Constructor Summary
TestBitFieldReader()
           
 
Method Summary
 void runSeekTest(org.apache.hadoop.hive.ql.io.orc.CompressionCodec codec)
           
 void testBiggerItems()
           
 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

TestBitFieldReader

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

testBiggerItems

public void testBiggerItems()
                     throws Exception
Throws:
Exception

testSkips

public void testSkips()
               throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation