org.apache.hadoop.hive.serde2.columnar
Class TestLazyBinaryColumnarSerDe

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.hadoop.hive.serde2.columnar.TestLazyBinaryColumnarSerDe
All Implemented Interfaces:
junit.framework.Test

public class TestLazyBinaryColumnarSerDe
extends junit.framework.TestCase


Constructor Summary
TestLazyBinaryColumnarSerDe()
           
 
Method Summary
 void testLazyBinaryColumnarSerDeWithEmptyBinary()
           
 void testSerDe()
           
 void testSerDeEmpties()
           
 void testSerDeInnerNulls()
           
 void testSerDeOuterNulls()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestLazyBinaryColumnarSerDe

public TestLazyBinaryColumnarSerDe()
Method Detail

testSerDe

public void testSerDe()
               throws SerDeException
Throws:
SerDeException

testSerDeEmpties

public void testSerDeEmpties()
                      throws SerDeException
Throws:
SerDeException

testLazyBinaryColumnarSerDeWithEmptyBinary

public void testLazyBinaryColumnarSerDeWithEmptyBinary()
                                                throws SerDeException
Throws:
SerDeException

testSerDeOuterNulls

public void testSerDeOuterNulls()
                         throws SerDeException
Throws:
SerDeException

testSerDeInnerNulls

public void testSerDeInnerNulls()
                         throws SerDeException
Throws:
SerDeException


Copyright © 2013 The Apache Software Foundation