public interface SettableFloatObjectInspector extends FloatObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
Object |
create(float value)
Create an object with the value.
|
Object |
set(Object o,
float value)
Set the object with the value.
|
get
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getPrimitiveWritableObject, getTypeInfo, precision, preferWritable, scale
getCategory, getTypeName
Object set(Object o, float value)
Object create(float value)
Copyright © 2017 The Apache Software Foundation. All rights reserved.