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

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

public class TestRunLengthByteReader
extends Object


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

TestRunLengthByteReader

public TestRunLengthByteReader()
Method Detail

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