org.apache.hadoop.hive.serde2.objectinspector.primitive
Interface IntObjectInspector

All Superinterfaces:
Cloneable, ObjectInspector, PrimitiveObjectInspector
All Known Subinterfaces:
SettableIntObjectInspector
All Known Implementing Classes:
JavaIntObjectInspector, LazyIntObjectInspector, WritableIntObjectInspector

public interface IntObjectInspector
extends PrimitiveObjectInspector

A IntObjectInspector inspects an Object representing an Integer.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
ObjectInspector.Category
 
Method Summary
 int get(Object o)
          Get the int data.
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getPrimitiveWritableObject, preferWritable
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
 

Method Detail

get

int get(Object o)
Get the int data.



Copyright © 2010 The Apache Software Foundation