org.apache.hadoop.hive.serde2.objectinspector
Class MyStruct
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.MyStruct
public class MyStruct
- extends Object
Class for testing TestReflectionObjectInspector.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myInt
public int myInt
myInteger
public Integer myInteger
myString
public String myString
myStruct
public MyStruct myStruct
myListString
public List<String> myListString
myMapStringString
public Map<String,String> myMapStringString
MyStruct
public MyStruct()
Copyright © 2011 The Apache Software Foundation