org.apache.hadoop.hive.serde2.avro
Class TestAvroDeserializer

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.avro.TestAvroDeserializer

public class TestAvroDeserializer
extends Object


Constructor Summary
TestAvroDeserializer()
           
 
Method Summary
 void canDeserializeArrays()
           
 void canDeserializeBytes()
           
 void canDeserializeEnums()
           
 void canDeserializeFixed()
           
 void canDeserializeMapsWithPrimitiveKeys()
           
 void canDeserializeMapWithNullablePrimitiveValues()
           
 void canDeserializeNullableTypes()
           
 void canDeserializeRecords()
           
 void canDeserializeUnions()
           
 void canDeserializeVoidType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAvroDeserializer

public TestAvroDeserializer()
Method Detail

canDeserializeVoidType

public void canDeserializeVoidType()
                            throws IOException,
                                   SerDeException
Throws:
IOException
SerDeException

canDeserializeMapsWithPrimitiveKeys

public void canDeserializeMapsWithPrimitiveKeys()
                                         throws SerDeException,
                                                IOException
Throws:
SerDeException
IOException

canDeserializeArrays

public void canDeserializeArrays()
                          throws SerDeException,
                                 IOException
Throws:
SerDeException
IOException

canDeserializeRecords

public void canDeserializeRecords()
                           throws SerDeException,
                                  IOException
Throws:
SerDeException
IOException

canDeserializeUnions

public void canDeserializeUnions()
                          throws SerDeException,
                                 IOException
Throws:
SerDeException
IOException

canDeserializeEnums

public void canDeserializeEnums()
                         throws SerDeException,
                                IOException
Throws:
SerDeException
IOException

canDeserializeFixed

public void canDeserializeFixed()
                         throws SerDeException,
                                IOException
Throws:
SerDeException
IOException

canDeserializeBytes

public void canDeserializeBytes()
                         throws SerDeException,
                                IOException
Throws:
SerDeException
IOException

canDeserializeNullableTypes

public void canDeserializeNullableTypes()
                                 throws IOException,
                                        SerDeException
Throws:
IOException
SerDeException

canDeserializeMapWithNullablePrimitiveValues

public void canDeserializeMapWithNullablePrimitiveValues()
                                                  throws SerDeException,
                                                         IOException
Throws:
SerDeException
IOException


Copyright © 2011 The Apache Software Foundation