org.apache.pig.impl.eval.cond
Class NotCond
java.lang.Object
org.apache.pig.impl.eval.cond.Cond
org.apache.pig.impl.eval.cond.NotCond
- All Implemented Interfaces:
- Serializable
public class NotCond
- extends Cond
- See Also:
- Serialized Form
cond
public Cond cond
NotCond
public NotCond(Cond cond)
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