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

All Superinterfaces:
Cloneable, ObjectInspector, PrimitiveObjectInspector
All Known Implementing Classes:
JavaVoidObjectInspector, LazyVoidObjectInspector, WritableVoidObjectInspector

public interface VoidObjectInspector
extends PrimitiveObjectInspector

A VoidObjectInspector can inspect a void 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
 
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
 



Copyright © 2011 The Apache Software Foundation