public interface SettableBinaryObjectInspector extends BinaryObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.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, getPrimitiveWritableObjectcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParamsgetCategory, getTypeNamejava.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