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