Class TableBooleanObjectInspector

All Implemented Interfaces:
Cloneable, ObjectInspector, BooleanObjectInspector, SettableBooleanObjectInspector, PrimitiveObjectInspector

public class TableBooleanObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableBooleanObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.BOOLEAN to Hive column type BOOLEAN.