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

All Superinterfaces:
ByteObjectInspector, ObjectInspector, PrimitiveObjectInspector
All Known Implementing Classes:
WritableByteObjectInspector

public interface SettableByteObjectInspector
extends ByteObjectInspector

A SettableByteObjectInspector can set a byte value to an object.


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(byte value)
          Create an object with the value.
 void set(Object o, byte value)
          Set the object with the value.
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.primitive.ByteObjectInspector
get
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveJavaObject, getPrimitiveWritableClass, getPrimitiveWritableObject, preferWritable
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
 

Method Detail

set

void set(Object o,
         byte value)
Set the object with the value.


create

Object create(byte value)
Create an object with the value.



Copyright © 2009 The Apache Software Foundation