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) |
ArrayList<String> |
getAllStructFieldNames() |
ArrayList<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(ArrayList<String> allStructFieldNames)
For java serialization use only.
|
void |
setAllStructFieldTypeInfos(ArrayList<TypeInfo> allStructFieldTypeInfos)
For java serialization use only.
|
accept, getQualifiedName, toString
public String getTypeName()
TypeInfo
getTypeName
in class TypeInfo
public void setAllStructFieldNames(ArrayList<String> allStructFieldNames)
public void setAllStructFieldTypeInfos(ArrayList<TypeInfo> allStructFieldTypeInfos)
public ObjectInspector.Category getCategory()
TypeInfo
getCategory
in class TypeInfo
Copyright © 2017 The Apache Software Foundation. All rights reserved.