public interface SettableBinaryObjectInspector extends BinaryObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(byte[] bb)
Create an object with the value.
|
java.lang.Object |
create(BytesWritable bw)
Create an object with the value.
|
java.lang.Object |
set(java.lang.Object o,
byte[] bb)
Set the object with the value.
|
java.lang.Object |
set(java.lang.Object o,
BytesWritable bw)
Set the object with the value.
|
getPrimitiveJavaObject, getPrimitiveWritableObject
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParams
getCategory, getTypeName
java.lang.Object set(java.lang.Object o, byte[] bb)
java.lang.Object set(java.lang.Object o, BytesWritable bw)
java.lang.Object create(byte[] bb)
java.lang.Object create(BytesWritable bw)
Copyright © 2012 The Apache Software Foundation