org.apache.pig.impl.eval.cond
Class FalseCond

java.lang.Object
  extended by org.apache.pig.impl.eval.cond.Cond
      extended by org.apache.pig.impl.eval.cond.FalseCond
All Implemented Interfaces:
Serializable

public class FalseCond
extends Cond

See Also:
Serialized Form

Constructor Summary
FalseCond()
           
 
Method Summary
 boolean eval(Datum input)
           
 void finish()
           
 List<String> getFuncs()
           
 void instantiateFunc(FunctionInstantiator instantiaor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FalseCond

public FalseCond()
Method Detail

eval

public boolean eval(Datum input)
Specified by:
eval in class Cond

finish

public void finish()
Specified by:
finish in class Cond

getFuncs

public List<String> getFuncs()
Specified by:
getFuncs in class Cond

instantiateFunc

public void instantiateFunc(FunctionInstantiator instantiaor)
                     throws IOException
Specified by:
instantiateFunc in class Cond
Throws:
IOException


Copyright © ${year} The Apache Software Foundation