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

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.WritableHiveVarcharObjectInspector
              extended by org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantHiveVarcharObjectInspector
All Implemented Interfaces:
Cloneable, ConstantObjectInspector, ObjectInspector, HiveVarcharObjectInspector, SettableHiveVarcharObjectInspector, PrimitiveObjectInspector, PrimitiveTypeSpec

public class WritableConstantHiveVarcharObjectInspector
extends WritableHiveVarcharObjectInspector
implements ConstantObjectInspector

A WritableConstantHiveVarcharObjectInspector is a WritableHiveVarcharObjectInspector 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
 
Field Summary
protected  HiveVarcharWritable value
           
 
Fields inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.AbstractPrimitiveObjectInspector
typeParams
 
Method Summary
 HiveVarcharWritable getWritableConstantValue()
           
 
Methods inherited from class org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableHiveVarcharObjectInspector
copyObject, create, getMaxLength, 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, getTypeParams, setTypeParams
 
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, getTypeParams, preferWritable, setTypeParams
 

Field Detail

value

protected HiveVarcharWritable value
Method Detail

getWritableConstantValue

public HiveVarcharWritable getWritableConstantValue()
Specified by:
getWritableConstantValue in interface ConstantObjectInspector


Copyright © 2012 The Apache Software Foundation