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

All Superinterfaces:
Cloneable, ObjectInspector, PrimitiveObjectInspector, PrimitiveTypeSpec
All Known Subinterfaces:
SettableDoubleObjectInspector
All Known Implementing Classes:
JavaDoubleObjectInspector, LazyDoubleObjectInspector, WritableConstantDoubleObjectInspector, WritableDoubleObjectInspector

public interface DoubleObjectInspector
extends PrimitiveObjectInspector

A DoubleObjectInspector inspects an Object representing a Double.


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

double get(Object o)
Get the double data.



Copyright © 2012 The Apache Software Foundation