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