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

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

public class UDFConcat
extends UDF

UDFConcat.


Constructor Summary
UDFConcat()
           
 
Method Summary
 BytesWritable evaluate(BytesWritable... bw)
           
 Text evaluate(Text... args)
           
 
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

UDFConcat

public UDFConcat()
Method Detail

evaluate

public Text evaluate(Text... args)

evaluate

public BytesWritable evaluate(BytesWritable... bw)


Copyright © 2012 The Apache Software Foundation