org.apache.hadoop.hive.serde2.lazybinary
Class MyTestClassSmaller

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.lazybinary.MyTestClassSmaller

public class MyTestClassSmaller
extends Object


Constructor Summary
MyTestClassSmaller()
           
MyTestClassSmaller(Byte b, Short s, Integer i, Long l, Float f, Double d, String st, BigDecimal bd, MyTestInnerStruct is)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTestClassSmaller

public MyTestClassSmaller()

MyTestClassSmaller

public MyTestClassSmaller(Byte b,
                          Short s,
                          Integer i,
                          Long l,
                          Float f,
                          Double d,
                          String st,
                          BigDecimal bd,
                          MyTestInnerStruct is)


Copyright © 2013 The Apache Software Foundation