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

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

public class AndCond
extends Cond

See Also:
Serialized Form

Field Summary
 List<Cond> cList
           
 
Constructor Summary
AndCond(List<Cond> cList)
           
 
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

cList

public List<Cond> cList
Constructor Detail

AndCond

public AndCond(List<Cond> cList)
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