org.apache.hadoop.hive.ql.udf
Class UDFTestLength
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFTestLength
public class UDFTestLength
- extends UDF
A UDF for testing, which evaluates the length of a string.
Method Summary |
org.apache.hadoop.io.IntWritable |
evaluate(org.apache.hadoop.io.Text s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFTestLength
public UDFTestLength()
evaluate
public org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.Text s)
Copyright © 2013 The Apache Software Foundation