org.apache.hadoop.hive.serde2.objectinspector.primitive
Interface SettableBinaryObjectInspector

All Superinterfaces:
BinaryObjectInspector, Cloneable, ObjectInspector, PrimitiveObjectInspector
All Known Implementing Classes:
JavaBinaryObjectInspector, WritableBinaryObjectInspector

public interface SettableBinaryObjectInspector
extends BinaryObjectInspector


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
ObjectInspector.Category
 
Method Summary
 Object create(ByteArrayRef bb)
           
 Object create(org.apache.hadoop.io.BytesWritable bw)
           
 Object set(Object o, ByteArrayRef bb)
           
 Object set(Object o, org.apache.hadoop.io.BytesWritable bw)
           
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.primitive.BinaryObjectInspector
getPrimitiveJavaObject, getPrimitiveWritableObject
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, preferWritable
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
 

Method Detail

set

Object set(Object o,
           ByteArrayRef bb)

set

Object set(Object o,
           org.apache.hadoop.io.BytesWritable bw)

create

Object create(ByteArrayRef bb)

create

Object create(org.apache.hadoop.io.BytesWritable bw)


Copyright © 2011 The Apache Software Foundation