org.apache.hadoop.hive.serde2.binarysortable
Class MyTestClass

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.binarysortable.MyTestClass

public class MyTestClass
extends Object


Constructor Summary
MyTestClass()
           
MyTestClass(Byte b, Short s, Integer i, Long l, Float f, Double d, String st, HiveDecimal bd, Date date, MyTestInnerStruct is, List<Integer> li, byte[] ba)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyTestClass

public MyTestClass()

MyTestClass

public MyTestClass(Byte b,
                   Short s,
                   Integer i,
                   Long l,
                   Float f,
                   Double d,
                   String st,
                   HiveDecimal bd,
                   Date date,
                   MyTestInnerStruct is,
                   List<Integer> li,
                   byte[] ba)


Copyright © 2012 The Apache Software Foundation