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

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

public class TestNewIntegerEncoding
extends Object


Nested Class Summary
static class TestNewIntegerEncoding.Row
           
 
Field Summary
 org.junit.rules.TestName testCaseName
           
 
Constructor Summary
TestNewIntegerEncoding()
           
 
Method Summary
 List<Long> fetchData(String path)
           
 void openFileSystem()
           
 void testBasicDelta1()
           
 void testBasicDelta2()
           
 void testBasicDelta3()
           
 void testBasicDelta4()
           
 void testBasicNew()
           
 void testBasicOld()
           
 void testBasicRow()
           
 void testIntegerMax()
           
 void testIntegerMin()
           
 void testLongMax()
           
 void testLongMin()
           
 void testPatchedBase510()
           
 void testPatchedBase511()
           
 void testPatchedBaseAt0()
           
 void testPatchedBaseAt1()
           
 void testPatchedBaseAt255()
           
 void testPatchedBaseAt256()
           
 void testPatchedBaseNegativeMin()
           
 void testPatchedBaseNegativeMin2()
           
 void testPatchedBaseNegativeMin3()
           
 void testPatchedBaseNegativeMin4()
           
 void testRandomInt()
           
 void testRandomLong()
           
 void testSeek()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testCaseName

public org.junit.rules.TestName testCaseName
Constructor Detail

TestNewIntegerEncoding

public TestNewIntegerEncoding()
Method Detail

fetchData

public List<Long> fetchData(String path)
                     throws IOException
Throws:
IOException

openFileSystem

public void openFileSystem()
                    throws Exception
Throws:
Exception

testBasicRow

public void testBasicRow()
                  throws Exception
Throws:
Exception

testBasicOld

public void testBasicOld()
                  throws Exception
Throws:
Exception

testBasicNew

public void testBasicNew()
                  throws Exception
Throws:
Exception

testBasicDelta1

public void testBasicDelta1()
                     throws Exception
Throws:
Exception

testBasicDelta2

public void testBasicDelta2()
                     throws Exception
Throws:
Exception

testBasicDelta3

public void testBasicDelta3()
                     throws Exception
Throws:
Exception

testBasicDelta4

public void testBasicDelta4()
                     throws Exception
Throws:
Exception

testIntegerMin

public void testIntegerMin()
                    throws Exception
Throws:
Exception

testIntegerMax

public void testIntegerMax()
                    throws Exception
Throws:
Exception

testLongMin

public void testLongMin()
                 throws Exception
Throws:
Exception

testLongMax

public void testLongMax()
                 throws Exception
Throws:
Exception

testRandomInt

public void testRandomInt()
                   throws Exception
Throws:
Exception

testRandomLong

public void testRandomLong()
                    throws Exception
Throws:
Exception

testPatchedBaseNegativeMin

public void testPatchedBaseNegativeMin()
                                throws Exception
Throws:
Exception

testPatchedBaseNegativeMin2

public void testPatchedBaseNegativeMin2()
                                 throws Exception
Throws:
Exception

testPatchedBaseNegativeMin3

public void testPatchedBaseNegativeMin3()
                                 throws Exception
Throws:
Exception

testPatchedBaseNegativeMin4

public void testPatchedBaseNegativeMin4()
                                 throws Exception
Throws:
Exception

testPatchedBaseAt0

public void testPatchedBaseAt0()
                        throws Exception
Throws:
Exception

testPatchedBaseAt1

public void testPatchedBaseAt1()
                        throws Exception
Throws:
Exception

testPatchedBaseAt255

public void testPatchedBaseAt255()
                          throws Exception
Throws:
Exception

testPatchedBaseAt256

public void testPatchedBaseAt256()
                          throws Exception
Throws:
Exception

testPatchedBase510

public void testPatchedBase510()
                        throws Exception
Throws:
Exception

testPatchedBase511

public void testPatchedBase511()
                        throws Exception
Throws:
Exception

testSeek

public void testSeek()
              throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation