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