org.apache.hadoop.hive.ql.io
Class TestHiveBinarySearchRecordReader

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.hadoop.hive.ql.io.TestHiveBinarySearchRecordReader
All Implemented Interfaces:
junit.framework.Test

public class TestHiveBinarySearchRecordReader
extends junit.framework.TestCase

TestHiveBinarySearchRecordReader.


Constructor Summary
TestHiveBinarySearchRecordReader()
           
 
Method Summary
static void main(String[] args)
           
 void testEqualOpClass()
           
 void testGreaterThanOpClass()
           
 void testGreaterThanOrEqualOpClass()
           
 void testHitLastBlock()
           
 void testHitSamePositionTwice()
           
 void testLessThanOpClass()
           
 void testLessThanOrEqualOpClass()
           
 void testNonLinearEqualTo()
           
 void testNonLinearGreaterThan()
           
 void testNonLinearLessThan()
           
 void testResetRange()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestHiveBinarySearchRecordReader

public TestHiveBinarySearchRecordReader()
Method Detail

testNonLinearGreaterThan

public void testNonLinearGreaterThan()
                              throws Exception
Throws:
Exception

testNonLinearLessThan

public void testNonLinearLessThan()
                           throws Exception
Throws:
Exception

testNonLinearEqualTo

public void testNonLinearEqualTo()
                          throws Exception
Throws:
Exception

testHitLastBlock

public void testHitLastBlock()
                      throws Exception
Throws:
Exception

testHitSamePositionTwice

public void testHitSamePositionTwice()
                              throws Exception
Throws:
Exception

testResetRange

public void testResetRange()
                    throws Exception
Throws:
Exception

testEqualOpClass

public void testEqualOpClass()
                      throws Exception
Throws:
Exception

testLessThanOpClass

public void testLessThanOpClass()
                         throws Exception
Throws:
Exception

testLessThanOrEqualOpClass

public void testLessThanOrEqualOpClass()
                                throws Exception
Throws:
Exception

testGreaterThanOpClass

public void testGreaterThanOpClass()
                            throws Exception
Throws:
Exception

testGreaterThanOrEqualOpClass

public void testGreaterThanOrEqualOpClass()
                                   throws Exception
Throws:
Exception

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation