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