Class TableBinaryObjectInspector

All Implemented Interfaces:
Cloneable, ObjectInspector, BinaryObjectInspector, SettableBinaryObjectInspector, PrimitiveObjectInspector

public class TableBinaryObjectInspector extends AbstractPrimitiveJavaObjectInspector implements SettableBinaryObjectInspector
The Hive ObjectInspector that is used to translate KVStore row fields of either type FieldDef.Type.BINARY or type FieldDef.Type.FIXED_BINARY to Hive column type BINARY (byte[]).