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

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

public class UDFLike
extends UDF

UDFLike.


Constructor Summary
UDFLike()
           
 
Method Summary
 org.apache.hadoop.io.BooleanWritable evaluate(org.apache.hadoop.io.Text s, org.apache.hadoop.io.Text likePattern)
           
static String likePatternToRegExp(String likePattern)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getRequiredFiles, getRequiredJars, getResolver, setResolver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFLike

public UDFLike()
Method Detail

likePatternToRegExp

public static String likePatternToRegExp(String likePattern)

evaluate

public org.apache.hadoop.io.BooleanWritable evaluate(org.apache.hadoop.io.Text s,
                                                     org.apache.hadoop.io.Text likePattern)


Copyright © 2014 The Apache Software Foundation. All rights reserved.