org.apache.hadoop.hive.serde2.objectinspector.primitive
Interface SettableLongObjectInspector
- All Superinterfaces:
- LongObjectInspector, ObjectInspector, PrimitiveObjectInspector
- All Known Implementing Classes:
- WritableLongObjectInspector
public interface SettableLongObjectInspector
- extends LongObjectInspector
A SettableLongObjectInspector can set a long value to an object.
Method Summary |
Object |
create(long value)
Create an object with the value. |
void |
set(Object o,
long value)
Set the object with the value. |
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.primitive.LongObjectInspector |
get |
set
void set(Object o,
long value)
- Set the object with the value.
create
Object create(long value)
- Create an object with the value.
Copyright © 2009 The Apache Software Foundation