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