|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |