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

All Superinterfaces:
Cloneable, HiveVarcharObjectInspector, ObjectInspector, PrimitiveObjectInspector, PrimitiveTypeSpec
All Known Implementing Classes:
JavaHiveVarcharObjectInspector, WritableConstantHiveVarcharObjectInspector, WritableHiveVarcharObjectInspector

public interface SettableHiveVarcharObjectInspector
extends HiveVarcharObjectInspector


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(HiveVarchar value)
           
 Object set(Object o, HiveVarchar value)
           
 Object set(Object o, String value)
           
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.primitive.HiveVarcharObjectInspector
getPrimitiveJavaObject, getPrimitiveWritableObject
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.PrimitiveObjectInspector
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeParams, preferWritable, setTypeParams
 
Methods inherited from interface org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector
getCategory, getTypeName
 

Method Detail

set

Object set(Object o,
           HiveVarchar value)

set

Object set(Object o,
           String value)

create

Object create(HiveVarchar value)


Copyright © 2012 The Apache Software Foundation