org.apache.hadoop.hive.ql.udf
Class UDFOPBitAnd
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFOPBitAnd
public class UDFOPBitAnd
- extends UDF
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFOPBitAnd
public UDFOPBitAnd()
evaluate
public Byte evaluate(Byte a,
Byte b)
evaluate
public Integer evaluate(Integer a,
Integer b)
evaluate
public Long evaluate(Long a,
Long b)
evaluate
public Long evaluate(String a,
String b)
evaluate
public Long evaluate(Long a,
String b)
evaluate
public Long evaluate(String a,
Long b)
Copyright © 2009 The Apache Software Foundation