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

All Superinterfaces:
Cloneable, ObjectInspector, PrimitiveObjectInspector
All Known Subinterfaces:
SettableShortObjectInspector
All Known Implementing Classes:
JavaShortObjectInspector, LazyShortObjectInspector, WritableShortObjectInspector

public interface ShortObjectInspector
extends PrimitiveObjectInspector

A ShortObjectInspector inspects an Object representing a Short.


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
 short get(Object o)
          Get the short 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

short get(Object o)
Get the short data.



Copyright © 2011 The Apache Software Foundation