org.apache.hadoop.hive.ql.udf
Class UDFOPDivide

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by org.apache.hadoop.hive.ql.udf.UDFOPDivide

public class UDFOPDivide
extends UDF

UDFOPDivide.


Constructor Summary
UDFOPDivide()
           
 
Method Summary
 BigDecimalWritable evaluate(BigDecimalWritable a, BigDecimalWritable b)
           
 DoubleWritable evaluate(DoubleWritable a, DoubleWritable b)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getRequiredFiles, getRequiredJars, getResolver, setResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFOPDivide

public UDFOPDivide()
Method Detail

evaluate

public DoubleWritable evaluate(DoubleWritable a,
                               DoubleWritable b)

evaluate

public BigDecimalWritable evaluate(BigDecimalWritable a,
                                   BigDecimalWritable b)


Copyright © 2013 The Apache Software Foundation