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

All Superinterfaces:
Cloneable, ObjectInspector, PrimitiveObjectInspector, PrimitiveTypeSpec
All Known Subinterfaces:
SettableLongObjectInspector
All Known Implementing Classes:
JavaLongObjectInspector, LazyLongObjectInspector, WritableConstantLongObjectInspector, WritableLongObjectInspector

public interface LongObjectInspector
extends PrimitiveObjectInspector

A LongObjectInspector inspects an Object representing a Long.


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
 long get(Object o)
          Get the long data.
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getPrimitiveWritableObject, getTypeParams, preferWritable, setTypeParams
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
 

Method Detail

get

long get(Object o)
Get the long data.



Copyright © 2012 The Apache Software Foundation