Uses of Class
org.apache.hadoop.hive.ql.udf.generic.GenericUDFBaseNumeric

Packages that use GenericUDFBaseNumeric
org.apache.hadoop.hive.ql.udf.generic Standard toolkit and framework for generic User-defined functions. 
 

Uses of GenericUDFBaseNumeric in org.apache.hadoop.hive.ql.udf.generic
 

Subclasses of GenericUDFBaseNumeric in org.apache.hadoop.hive.ql.udf.generic
 class GenericUDFOPDivide
          Note that in SQL, the return type of divide is not necessarily the same as the parameters.
 class GenericUDFOPMinus
           
 class GenericUDFOPMod
           
 class GenericUDFOPMultiply
           
 class GenericUDFOPPlus
          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 GenericUDFPosMod
          class for computing positive modulo.
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.