Uses of Class
org.apache.hadoop.hive.ql.udf.UDFBaseNumericOp

Packages that use UDFBaseNumericOp
org.apache.hadoop.hive.ql.udf   
 

Uses of UDFBaseNumericOp in org.apache.hadoop.hive.ql.udf
 

Subclasses of UDFBaseNumericOp in org.apache.hadoop.hive.ql.udf
 class UDFOPMinus
           
 class UDFOPMod
           
 class UDFOPMultiply
           
 class UDFOPPlus
          The reason that we list evaluate methods with all numeric types is for both better performance and type checking (so we know int + int is still an int instead of a double); otherwise a single method that takes (Number a, Number b) and use a.doubleValue() == b.doubleValue() is enough.
 class UDFPosMod
          class for computing positive modulo.
 



Copyright © 2009 The Apache Software Foundation