public interface UnionObjectInspector extends ObjectInspector
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getField(java.lang.Object o)
Return the field based on the tag associated with the Object.
|
java.util.List<ObjectInspector> |
getObjectInspectors()
Returns the array of ObjectInspectors that are for each of the tags.
|
byte |
getTag(java.lang.Object o)
Return the tag of the object.
|
getCategory, getTypeName
java.util.List<ObjectInspector> getObjectInspectors()
byte getTag(java.lang.Object o)
java.lang.Object getField(java.lang.Object o)
Copyright © 2012 The Apache Software Foundation