datafu.pig.util
Class In

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

Deprecated. Use InUDF instead.

@Deprecated
public class In
extends InUDF

In has been renamed to InUDF. This class is provided for backward compatibility.


Field Summary
 
Fields inherited from class org.apache.pig.EvalFunc
log, pigLogger, reporter, returnType
 
Constructor Summary
In()
          Deprecated.  
 
Method Summary
 
Methods inherited from class datafu.pig.util.InUDF
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

In

public In()
Deprecated. 


Matthew Hayes, Sam Shah