org.apache.hadoop.hive.ql.udf
Class UDFOPNegative
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFBaseNumericUnaryOp
org.apache.hadoop.hive.ql.udf.UDFOPNegative
public class UDFOPNegative
- extends UDFBaseNumericUnaryOp
UDFOPNegative.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFOPNegative
public UDFOPNegative()
evaluate
public ByteWritable evaluate(ByteWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
evaluate
public ShortWritable evaluate(ShortWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
evaluate
public IntWritable evaluate(IntWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
evaluate
public LongWritable evaluate(LongWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
evaluate
public FloatWritable evaluate(FloatWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
Copyright © 2012 The Apache Software Foundation