Uses of Class
org.apache.hadoop.hive.common.type.HiveVarchar

Packages that use HiveVarchar
org.apache.hadoop.hive.common.type   
org.apache.hadoop.hive.serde2.io   
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
org.apache.hadoop.hive.serde2.typeinfo This package provides the implementation of the SerDe type system. 
org.apache.hive.service.cli   
 

Uses of HiveVarchar in org.apache.hadoop.hive.common.type
 

Methods in org.apache.hadoop.hive.common.type with parameters of type HiveVarchar
 int HiveVarchar.compareTo(HiveVarchar rhs)
           
 boolean HiveVarchar.equals(HiveVarchar rhs)
           
 void HiveVarchar.setValue(HiveVarchar hc)
           
 

Constructors in org.apache.hadoop.hive.common.type with parameters of type HiveVarchar
HiveVarchar(HiveVarchar hc, int len)
           
 

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

Methods in org.apache.hadoop.hive.serde2.io that return HiveVarchar
 HiveVarchar HiveVarcharWritable.getHiveVarchar()
           
 

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

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

Uses of HiveVarchar in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive
 

Methods in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive that return HiveVarchar
 HiveVarchar LazyHiveVarcharObjectInspector.getPrimitiveJavaObject(Object o)
           
 

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

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return HiveVarchar
static HiveVarchar PrimitiveObjectInspectorUtils.getHiveVarchar(Object o, PrimitiveObjectInspector oi)
           
 HiveVarchar JavaHiveVarcharObjectInspector.getPrimitiveJavaObject(Object o)
           
 HiveVarchar HiveVarcharObjectInspector.getPrimitiveJavaObject(Object o)
           
 HiveVarchar WritableHiveVarcharObjectInspector.getPrimitiveJavaObject(Object o)
           
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type HiveVarchar
 Object JavaHiveVarcharObjectInspector.create(HiveVarchar value)
           
 Object SettableHiveVarcharObjectInspector.create(HiveVarchar value)
           
 Object WritableHiveVarcharObjectInspector.create(HiveVarchar value)
           
 Object JavaHiveVarcharObjectInspector.set(Object o, HiveVarchar value)
           
 Object SettableHiveVarcharObjectInspector.set(Object o, HiveVarchar value)
           
 Object WritableHiveVarcharObjectInspector.set(Object o, HiveVarchar value)
           
 

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

Methods in org.apache.hadoop.hive.serde2.typeinfo with parameters of type HiveVarchar
static boolean ParameterizedPrimitiveTypeUtils.doesPrimitiveMatchTypeParams(HiveVarchar value, VarcharTypeParams typeParams)
           
 

Uses of HiveVarchar in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli with parameters of type HiveVarchar
static ColumnValue ColumnValue.stringValue(HiveVarchar value)
           
 



Copyright © 2012 The Apache Software Foundation