Uses of Class
org.apache.hadoop.hive.serde2.typeinfo.VarcharTypeParams

Packages that use VarcharTypeParams
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.serde2.typeinfo This package provides the implementation of the SerDe type system. 
 

Uses of VarcharTypeParams in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return VarcharTypeParams
static VarcharTypeParams ParseUtils.getVarcharParams(String typeName, ASTNode node)
           
 

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

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

Constructors in org.apache.hadoop.hive.serde2.typeinfo with parameters of type VarcharTypeParams
ParameterizedPrimitiveTypeUtils.HiveVarcharSerDeHelper(VarcharTypeParams typeParams)
           
 



Copyright © 2012 The Apache Software Foundation