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
 org.apache.hadoop.io.BytesWritable evaluate(org.apache.hadoop.io.BytesWritable... bw)
           
 org.apache.hadoop.io.Text evaluate(org.apache.hadoop.io.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 org.apache.hadoop.io.Text evaluate(org.apache.hadoop.io.Text... args)

evaluate

public org.apache.hadoop.io.BytesWritable evaluate(org.apache.hadoop.io.BytesWritable... bw)


Copyright © 2013 The Apache Software Foundation