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

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

public class NotCond
extends Cond

See Also:
Serialized Form

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

Field Detail

cond

public Cond cond
Constructor Detail

NotCond

public NotCond(Cond cond)
Method Detail

getFuncs

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

eval

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

toString

public String toString()
Overrides:
toString in class Object

finish

public void finish()
Specified by:
finish 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