public interface ObjectInspector extends 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.
|
String |
getTypeName()
Returns the name of the data type that is inspected by this
ObjectInspector.
|
String getTypeName()
ObjectInspector.Category getCategory()
Copyright © 2017 The Apache Software Foundation. All rights reserved.