brickhouse.udf.bloom
Class BloomOrUDF

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by brickhouse.udf.bloom.BloomOrUDF

public class BloomOrUDF
extends org.apache.hadoop.hive.ql.exec.UDF


Constructor Summary
BloomOrUDF()
           
 
Method Summary
 String evaluate(String bloom1Str, String bloom2Str)
           
 
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

BloomOrUDF

public BloomOrUDF()
Method Detail

evaluate

public String evaluate(String bloom1Str,
                       String bloom2Str)
                throws IOException
Throws:
IOException


Copyright © 2013. All rights reserved.