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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by org.apache.hadoop.hive.ql.udf.UDFRegExp

public class UDFRegExp
extends UDF


Constructor Summary
UDFRegExp()
           
 
Method Summary
 Boolean evaluate(String s, String regex)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getResolver, setResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFRegExp

public UDFRegExp()
Method Detail

evaluate

public Boolean evaluate(String s,
                        String regex)


Copyright © 2009 The Apache Software Foundation