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

All Superinterfaces:
ObjectInspector, PrimitiveObjectInspector
All Known Subinterfaces:
SettableFloatObjectInspector
All Known Implementing Classes:
JavaFloatObjectInspector, LazyFloatObjectInspector, WritableFloatObjectInspector

public interface FloatObjectInspector
extends PrimitiveObjectInspector

A FloatObjectInspector inspects an Object representing a Float.


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

float get(Object o)
Get the float data.



Copyright © 2009 The Apache Software Foundation