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

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

public class UDFTestLength
extends UDF

A UDF for testing, which evaluates the length of a string.


Constructor Summary
UDFTestLength()
           
 
Method Summary
 IntWritable evaluate(Text s)
           
 
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

UDFTestLength

public UDFTestLength()
Method Detail

evaluate

public IntWritable evaluate(Text s)


Copyright © 2012 The Apache Software Foundation