|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFBaseBitOP
org.apache.hadoop.hive.ql.udf.UDFOPBitAnd
public class UDFOPBitAnd
UDFOPBitAnd.
| Field Summary |
|---|
| Fields inherited from class org.apache.hadoop.hive.ql.udf.UDFBaseBitOP |
|---|
byteWritable, intWritable, longWritable, shortWritable |
| Constructor Summary | |
|---|---|
UDFOPBitAnd()
|
|
| Method Summary | |
|---|---|
ByteWritable |
evaluate(ByteWritable a,
ByteWritable b)
|
org.apache.hadoop.io.IntWritable |
evaluate(org.apache.hadoop.io.IntWritable a,
org.apache.hadoop.io.IntWritable b)
|
org.apache.hadoop.io.LongWritable |
evaluate(org.apache.hadoop.io.LongWritable a,
org.apache.hadoop.io.LongWritable b)
|
ShortWritable |
evaluate(ShortWritable a,
ShortWritable 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 |
|---|
public UDFOPBitAnd()
| Method Detail |
|---|
public ByteWritable evaluate(ByteWritable a,
ByteWritable b)
public ShortWritable evaluate(ShortWritable a,
ShortWritable b)
public org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.IntWritable a,
org.apache.hadoop.io.IntWritable b)
public org.apache.hadoop.io.LongWritable evaluate(org.apache.hadoop.io.LongWritable a,
org.apache.hadoop.io.LongWritable b)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||