public class JavaFloatObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableFloatObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.CategorytypeInfo| Modifier and Type | Method and Description |
|---|---|
Object |
create(float value)
Create an object with the value.
|
float |
get(Object o)
Get the float data.
|
Object |
getPrimitiveWritableObject(Object o)
Return the data in an instance of primitive writable Object.
|
Object |
set(Object o,
float value)
Set the object with the value.
|
copyObject, getPrimitiveJavaObject, preferWritablegetCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, getTypeName, precision, scaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNamepublic Object getPrimitiveWritableObject(Object o)
PrimitiveObjectInspectorgetPrimitiveWritableObject in interface PrimitiveObjectInspectorpublic float get(Object o)
FloatObjectInspectorget in interface FloatObjectInspectorpublic Object create(float value)
SettableFloatObjectInspectorcreate in interface SettableFloatObjectInspectorpublic Object set(Object o, float value)
SettableFloatObjectInspectorset in interface SettableFloatObjectInspectorCopyright © 2019 The Apache Software Foundation. All Rights Reserved.