datafu.pig.util
Class Assert

java.lang.Object
  extended by org.apache.pig.EvalFunc<java.lang.Boolean>
      extended by org.apache.pig.FilterFunc
          extended by datafu.pig.util.AssertUDF
              extended by datafu.pig.util.Assert

Deprecated. Use AssertUDF instead.

@Deprecated
public class Assert
extends AssertUDF

Assert has been renamed to AssertUDF. This class is provided for backward compatibility.


Field Summary
 
Fields inherited from class org.apache.pig.EvalFunc
log, pigLogger, reporter, returnType
 
Constructor Summary
Assert()
          Deprecated.  
 
Method Summary
 
Methods inherited from class datafu.pig.util.AssertUDF
exec
 
Methods inherited from class org.apache.pig.FilterFunc
finish
 
Methods inherited from class org.apache.pig.EvalFunc
getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Assert

public Assert()
Deprecated. 


Matthew Hayes, Sam Shah