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

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

public class UDFTestLength2
extends UDF

A UDF for testing, which evaluates the length of a string. This UDF uses Java Primitive classes for parameters.


Constructor Summary
UDFTestLength2()
           
 
Method Summary
 Integer evaluate(String 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

UDFTestLength2

public UDFTestLength2()
Method Detail

evaluate

public Integer evaluate(String s)


Copyright © 2013 The Apache Software Foundation