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 org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.IntWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
evaluate
public org.apache.hadoop.io.LongWritable evaluate(org.apache.hadoop.io.LongWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
evaluate
public org.apache.hadoop.io.FloatWritable evaluate(org.apache.hadoop.io.FloatWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
evaluate
public DoubleWritable evaluate(DoubleWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
evaluate
public BigDecimalWritable evaluate(BigDecimalWritable a)
- Specified by:
evaluate
in class UDFBaseNumericUnaryOp
Copyright © 2013 The Apache Software Foundation