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