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