Uses of Class
org.apache.hadoop.hive.ql.udf.generic.GenericUDFBaseCompare.CompareType

Packages that use GenericUDFBaseCompare.CompareType
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

Uses of GenericUDFBaseCompare.CompareType in org.apache.hadoop.hive.ql.udf.generic
 

Fields in org.apache.hadoop.hive.ql.udf.generic declared as GenericUDFBaseCompare.CompareType
protected  GenericUDFBaseCompare.CompareType GenericUDFBaseCompare.compareType
           
 

Methods in org.apache.hadoop.hive.ql.udf.generic that return GenericUDFBaseCompare.CompareType
static GenericUDFBaseCompare.CompareType GenericUDFBaseCompare.CompareType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenericUDFBaseCompare.CompareType[] GenericUDFBaseCompare.CompareType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 The Apache Software Foundation