public interface SettableBinaryObjectInspector extends BinaryObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.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, getPrimitiveWritableObject
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
getCategory, getTypeName
Object 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 © 2017 The Apache Software Foundation. All rights reserved.