public interface SettableBinaryObjectInspector extends BinaryObjectInspector
PrimitiveObjectInspector.PrimitiveCategoryObjectInspector.Category| Modifier and Type | Method and Description |
|---|---|
Object |
create(byte[] bb)
Create an object with the value.
|
Object |
create(org.apache.hadoop.io.BytesWritable bw)
Create an object with the value.
|
Object |
set(Object o,
byte[] bb)
Set the object with the value.
|
Object |
set(Object o,
org.apache.hadoop.io.BytesWritable bw)
Set the object with the value.
|
getPrimitiveJavaObject, getPrimitiveWritableObjectcopyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scalegetCategory, getTypeNameObject set(Object o, byte[] bb)
Object set(Object o, org.apache.hadoop.io.BytesWritable bw)
Object create(byte[] bb)
Object create(org.apache.hadoop.io.BytesWritable bw)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.