|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.serde2.typeinfo.TypeInfo
org.apache.hadoop.hive.serde2.typeinfo.ListTypeInfo
public final class ListTypeInfo
A List Type has homogeneous elements. All elements of the List has the same TypeInfo which is returned by getListElementTypeInfo. Always use the TypeInfoFactory to create new TypeInfo objects, instead of directly creating an instance of this class.
Constructor Summary | |
---|---|
ListTypeInfo()
For java serialization use only. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.hadoop.hive.serde2.typeinfo.TypeInfo |
---|
getQualifiedName, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListTypeInfo()
Method Detail |
---|
public String getTypeName()
TypeInfo
getTypeName
in class TypeInfo
public void setListElementTypeInfo(TypeInfo listElementTypeInfo)
public ObjectInspector.Category getCategory()
TypeInfo
getCategory
in class TypeInfo
public TypeInfo getListElementTypeInfo()
public boolean equals(Object other)
equals
in class TypeInfo
public int hashCode()
hashCode
in class TypeInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |