@InterfaceAudience.Public @InterfaceStability.Stable public class UnionTypeInfo extends TypeInfo implements Serializable
| Constructor and Description |
|---|
UnionTypeInfo()
For java serialization use only.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<TypeInfo> |
getAllUnionObjectTypeInfos() |
ObjectInspector.Category |
getCategory()
The Category of this TypeInfo.
|
String |
getTypeName()
A String representation of the TypeInfo.
|
int |
hashCode() |
void |
setAllUnionObjectTypeInfos(List<TypeInfo> allUnionObjectTypeInfos)
For java serialization use only.
|
accept, getQualifiedName, toStringpublic String getTypeName()
TypeInfogetTypeName in class TypeInfopublic void setAllUnionObjectTypeInfos(List<TypeInfo> allUnionObjectTypeInfos)
public ObjectInspector.Category getCategory()
TypeInfogetCategory in class TypeInfoCopyright © 2022 The Apache Software Foundation. All rights reserved.