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
          UDFOPEqualOrGreaterThan.
 class UDFOPEqualOrLessThan
          UDFOPEqualOrLessThan.
 class UDFOPGreaterThan
          UDFOPGreaterThan.
 class UDFOPLessThan
          UDFOPLessThan.
 class UDFOPNotEqual
          UDFOPNotEqual.
 



Copyright © 2010 The Apache Software Foundation