org.apache.hadoop.hive.serde2.objectinspector.primitive
Class WritableConstantBinaryObjectInspector

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
      extended by org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveWritableObjectInspector
          extended by org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
              extended by org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantBinaryObjectInspector
All Implemented Interfaces:
Cloneable, ConstantObjectInspector, ObjectInspector, BinaryObjectInspector, SettableBinaryObjectInspector, PrimitiveObjectInspector

public class WritableConstantBinaryObjectInspector
extends WritableBinaryObjectInspector
implements ConstantObjectInspector

A WritableConstantBinaryObjectInspector is a WritableBinaryObjectInspector that implements ConstantObjectInspector.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
ObjectInspector.Category
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
 
Constructor Summary
WritableConstantBinaryObjectInspector(org.apache.hadoop.io.BytesWritable value)
           
 
Method Summary
 org.apache.hadoop.io.BytesWritable getWritableConstantValue()
           
 
Methods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableBinaryObjectInspector
copyObject, create, create, getPrimitiveJavaObject, getPrimitiveWritableObject, set, set
 
Methods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveWritableObjectInspector
preferWritable
 
Methods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
getCategory, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, preferWritable
 

Constructor Detail

WritableConstantBinaryObjectInspector

public WritableConstantBinaryObjectInspector(org.apache.hadoop.io.BytesWritable value)
Method Detail

getWritableConstantValue

public org.apache.hadoop.io.BytesWritable getWritableConstantValue()
Specified by:
getWritableConstantValue in interface ConstantObjectInspector


Copyright © 2011 The Apache Software Foundation