Uses of Class
org.apache.hadoop.hive.serde2.io.HiveVarcharWritable

Packages that use HiveVarcharWritable
org.apache.hadoop.hive.serde2.io   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
org.apache.hadoop.hive.serde2.typeinfo This package provides the implementation of the SerDe type system. 
 

Uses of HiveVarcharWritable in org.apache.hadoop.hive.serde2.io
 

Methods in org.apache.hadoop.hive.serde2.io with parameters of type HiveVarcharWritable
 int HiveVarcharWritable.compareTo(HiveVarcharWritable rhs)
           
 void HiveVarcharWritable.set(HiveVarcharWritable val)
           
 void HiveVarcharWritable.set(HiveVarcharWritable val, int maxLength)
           
 

Constructors in org.apache.hadoop.hive.serde2.io with parameters of type HiveVarcharWritable
HiveVarcharWritable(HiveVarcharWritable hcw)
           
 

Uses of HiveVarcharWritable in org.apache.hadoop.hive.serde2.objectinspector.primitive
 

Fields in org.apache.hadoop.hive.serde2.objectinspector.primitive declared as HiveVarcharWritable
protected  HiveVarcharWritable WritableConstantHiveVarcharObjectInspector.value
           
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return HiveVarcharWritable
 HiveVarcharWritable JavaHiveVarcharObjectInspector.getPrimitiveWritableObject(Object o)
           
 HiveVarcharWritable HiveVarcharObjectInspector.getPrimitiveWritableObject(Object o)
           
 HiveVarcharWritable WritableHiveVarcharObjectInspector.getPrimitiveWritableObject(Object o)
           
 HiveVarcharWritable WritableConstantHiveVarcharObjectInspector.getWritableConstantValue()
           
 

Uses of HiveVarcharWritable in org.apache.hadoop.hive.serde2.typeinfo
 

Fields in org.apache.hadoop.hive.serde2.typeinfo declared as HiveVarcharWritable
 HiveVarcharWritable ParameterizedPrimitiveTypeUtils.HiveVarcharSerDeHelper.writable
           
 

Methods in org.apache.hadoop.hive.serde2.typeinfo with parameters of type HiveVarcharWritable
static boolean ParameterizedPrimitiveTypeUtils.doesWritableMatchTypeParams(HiveVarcharWritable writable, VarcharTypeParams typeParams)
           
 



Copyright © 2012 The Apache Software Foundation