|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SettableFloatObjectInspector
A SettableFloatObjectInspector can set a float value to an object.
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 | |
---|---|
Object |
create(float value)
Create an object with the value. |
void |
set(Object o,
float value)
Set the object with the value. |
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.primitive.FloatObjectInspector |
---|
get |
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 |
---|
void set(Object o, float value)
Object create(float value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |