public final class StructTypeInfo extends TypeInfo implements java.io.Serializable
| Constructor and Description |
|---|
StructTypeInfo()
For java serialization use only.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.util.ArrayList<java.lang.String> |
getAllStructFieldNames() |
java.util.ArrayList<TypeInfo> |
getAllStructFieldTypeInfos() |
ObjectInspector.Category |
getCategory()
The Category of this TypeInfo.
|
TypeInfo |
getStructFieldTypeInfo(java.lang.String field) |
java.lang.String |
getTypeName()
A String representation of the TypeInfo.
|
int |
hashCode() |
void |
setAllStructFieldNames(java.util.ArrayList<java.lang.String> allStructFieldNames)
For java serialization use only.
|
void |
setAllStructFieldTypeInfos(java.util.ArrayList<TypeInfo> allStructFieldTypeInfos)
For java serialization use only.
|
getQualifiedName, toStringpublic java.lang.String getTypeName()
TypeInfogetTypeName in class TypeInfopublic void setAllStructFieldNames(java.util.ArrayList<java.lang.String> allStructFieldNames)
public void setAllStructFieldTypeInfos(java.util.ArrayList<TypeInfo> allStructFieldTypeInfos)
public ObjectInspector.Category getCategory()
TypeInfogetCategory in class TypeInfopublic java.util.ArrayList<java.lang.String> getAllStructFieldNames()
public java.util.ArrayList<TypeInfo> getAllStructFieldTypeInfos()
public TypeInfo getStructFieldTypeInfo(java.lang.String field)
Copyright © 2012 The Apache Software Foundation