public class UnionTypeInfo extends TypeInfo implements java.io.Serializable
| Constructor and Description |
|---|
UnionTypeInfo()
For java serialization use only.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.util.List<TypeInfo> |
getAllUnionObjectTypeInfos() |
ObjectInspector.Category |
getCategory()
The Category of this TypeInfo.
|
java.lang.String |
getTypeName()
A String representation of the TypeInfo.
|
int |
hashCode() |
void |
setAllUnionObjectTypeInfos(java.util.List<TypeInfo> allUnionObjectTypeInfos)
For java serialization use only.
|
getQualifiedName, toStringpublic java.lang.String getTypeName()
TypeInfogetTypeName in class TypeInfopublic void setAllUnionObjectTypeInfos(java.util.List<TypeInfo> allUnionObjectTypeInfos)
public ObjectInspector.Category getCategory()
TypeInfogetCategory in class TypeInfopublic java.util.List<TypeInfo> getAllUnionObjectTypeInfos()
Copyright © 2012 The Apache Software Foundation