org.apache.hadoop.hive.ql.udf
Class UDFTestLength2
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFTestLength2
public UDFTestLength2()
evaluate
public Integer evaluate(String s)
Copyright © 2013 The Apache Software Foundation