public interface ObjectInspector
extends java.lang.Cloneable
Modifier and Type | Interface and Description |
---|---|
static class |
ObjectInspector.Category
Category.
|
Modifier and Type | Method and Description |
---|---|
ObjectInspector.Category |
getCategory()
An ObjectInspector must inherit from one of the following interfaces if
getCategory() returns: PRIMITIVE: PrimitiveObjectInspector LIST:
ListObjectInspector MAP: MapObjectInspector STRUCT: StructObjectInspector.
|
java.lang.String |
getTypeName()
Returns the name of the data type that is inspected by this
ObjectInspector.
|
java.lang.String getTypeName()
ObjectInspector.Category getCategory()
Copyright © 2012 The Apache Software Foundation