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

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

public class UDFOPLongDivide
extends UDF

UDFOPLongDivide.


Constructor Summary
UDFOPLongDivide()
           
 
Method Summary
 LongWritable evaluate(LongWritable a, LongWritable 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

UDFOPLongDivide

public UDFOPLongDivide()
Method Detail

evaluate

public LongWritable evaluate(LongWritable a,
                             LongWritable b)


Copyright © 2012 The Apache Software Foundation