org.apache.hadoop.hive.serde2.objectinspector
Class InspectableObject
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.InspectableObject
public class InspectableObject
- extends Object
Simple wrapper of object with ObjectInspector.
TODO: we need to redefine the hashCode and equals methods, so that it can be
put into a HashMap as a key.
This class also serves as a facility for a function that returns both an
object and an ObjectInspector.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
o
public Object o
oi
public ObjectInspector oi
InspectableObject
public InspectableObject()
InspectableObject
public InspectableObject(Object o,
ObjectInspector oi)
Copyright © 2010 The Apache Software Foundation