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

All Superinterfaces:
ObjectInspector, PrimitiveObjectInspector
All Known Subinterfaces:
SettableByteObjectInspector
All Known Implementing Classes:
JavaByteObjectInspector, LazyByteObjectInspector, WritableByteObjectInspector

public interface ByteObjectInspector
extends PrimitiveObjectInspector

A ByteObjectInspector inspects an Object representing a Byte 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
 byte get(Object o)
          Get the byte data.
 
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

get

byte get(Object o)
Get the byte data.



Copyright © 2009 The Apache Software Foundation