org.elasticsearch.hadoop.hive
Class HiveType
java.lang.Object
org.elasticsearch.hadoop.hive.HiveType
public class HiveType
- extends Object
Wrapper class around a Hive type - the value and its associated schema.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveType
public HiveType(Object object,
ObjectInspector info)
getObject
public Object getObject()
setObject
public void setObject(Object object)
getObjectInspector
public ObjectInspector getObjectInspector()
setObjectInspector
public void setObjectInspector(ObjectInspector oi)