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

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

public class TestRecordReaderImpl
extends Object


Constructor Summary
TestRecordReaderImpl()
           
 
Method Summary
 void testBetween()
           
 void testCompareToRangeInt()
           
 void testCompareToRangeString()
           
 void testEquals()
           
 void testGetIndexPosition()
           
 void testGetMax()
           
 void testGetMin()
           
 void testIn()
           
 void testIsNull()
           
 void testLessThan()
           
 void testLessThanEquals()
           
 void testMergeDiskRanges()
           
 void testNullSafeEquals()
           
 void testOverlap()
           
 void testPartialPlan()
           
 void testPartialPlanCompressed()
           
 void testPartialPlanString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRecordReaderImpl

public TestRecordReaderImpl()
Method Detail

testCompareToRangeInt

public void testCompareToRangeInt()
                           throws Exception
Throws:
Exception

testCompareToRangeString

public void testCompareToRangeString()
                              throws Exception
Throws:
Exception

testGetMin

public void testGetMin()
                throws Exception
Throws:
Exception

testGetMax

public void testGetMax()
                throws Exception
Throws:
Exception

testEquals

public void testEquals()
                throws Exception
Throws:
Exception

testNullSafeEquals

public void testNullSafeEquals()
                        throws Exception
Throws:
Exception

testLessThan

public void testLessThan()
                  throws Exception
Throws:
Exception

testLessThanEquals

public void testLessThanEquals()
                        throws Exception
Throws:
Exception

testIn

public void testIn()
            throws Exception
Throws:
Exception

testBetween

public void testBetween()
                 throws Exception
Throws:
Exception

testIsNull

public void testIsNull()
                throws Exception
Throws:
Exception

testOverlap

public void testOverlap()
                 throws Exception
Throws:
Exception

testMergeDiskRanges

public void testMergeDiskRanges()
                         throws Exception
Throws:
Exception

testGetIndexPosition

public void testGetIndexPosition()
                          throws Exception
Throws:
Exception

testPartialPlan

public void testPartialPlan()
                     throws Exception
Throws:
Exception

testPartialPlanCompressed

public void testPartialPlanCompressed()
                               throws Exception
Throws:
Exception

testPartialPlanString

public void testPartialPlanString()
                           throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation