org.apache.hadoop.hive.ql.udf
Class UDFTestErrorOnFalse
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFTestErrorOnFalse
public class UDFTestErrorOnFalse
- extends UDF
A UDF for testing, which throws RuntimeException if the length of a string.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFTestErrorOnFalse
public UDFTestErrorOnFalse()
evaluate
public int evaluate(Boolean b)
Copyright © 2011 The Apache Software Foundation