Uses of Class
org.apache.hadoop.hive.ql.udf.UDFBaseCompare

Packages that use UDFBaseCompare
org.apache.hadoop.hive.ql.udf   
 

Uses of UDFBaseCompare in org.apache.hadoop.hive.ql.udf
 

Subclasses of UDFBaseCompare in org.apache.hadoop.hive.ql.udf
 class UDFOPEqual
          The reason that we list evaluate methods with all numeric types is for better performance; otherwise a single method that takes (Number a, Number b) and use a.doubleValue() == b.doubleValue() is enough.
 class UDFOPEqualOrGreaterThan
           
 class UDFOPEqualOrLessThan
           
 class UDFOPGreaterThan
           
 class UDFOPLessThan
           
 class UDFOPNotEqual
           
 



Copyright © 2009 The Apache Software Foundation