public abstract class TypeInfo extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
TypeInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(TypeInfo other) |
abstract boolean |
equals(Object o) |
abstract ObjectInspector.Category |
getCategory()
The Category of this TypeInfo.
|
String |
getQualifiedName()
String representing the qualified type name.
|
abstract String |
getTypeName()
A String representation of the TypeInfo.
|
abstract int |
hashCode() |
String |
toString() |
public abstract ObjectInspector.Category getCategory()
public abstract String getTypeName()
public String getQualifiedName()
public boolean accept(TypeInfo other)
Copyright © 2017 The Apache Software Foundation. All rights reserved.