org.apache.hadoop.hive.ql.udf
Class UDFBaseCompare
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFBaseCompare
public abstract class UDFBaseCompare
- extends UDF
UDFBaseCompare.
Constructor Summary |
UDFBaseCompare()
This constructor sets the resolver to be used for comparison operators. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFBaseCompare
public UDFBaseCompare()
- This constructor sets the resolver to be used for comparison operators. See
UDFMethodResolver
evaluate
public abstract org.apache.hadoop.io.BooleanWritable evaluate(DoubleWritable a,
DoubleWritable b)
Copyright © 2013 The Apache Software Foundation