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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by org.apache.hadoop.hive.ql.udf.UDFBaseBitOP
Direct Known Subclasses:
UDFOPBitAnd, UDFOPBitNot, UDFOPBitOr, UDFOPBitXor

public abstract class UDFBaseBitOP
extends UDF

Base class for numeric operators like +, -, / etc. All these operators share a common method resolver (NumericOpMethodResolver).


Constructor Summary
UDFBaseBitOP()
          Constructor.
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getRequiredFiles, getRequiredJars, getResolver, setResolver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFBaseBitOP

public UDFBaseBitOP()
Constructor.



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