org.apache.hadoop.hive.ql.udf
Class UDFConcat
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFConcat
public class UDFConcat
- extends UDF
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFConcat
public UDFConcat()
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