public class IsNullEval extends UnaryEval
| Constructor and Description |
|---|
IsNullEval(boolean not,
EvalNode predicand) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
Datum |
eval(Schema schema,
Tuple tuple) |
String |
getName() |
TajoDataTypes.DataType |
getValueType() |
boolean |
isNot() |
String |
toString() |
public IsNullEval(boolean not,
EvalNode predicand)
public TajoDataTypes.DataType getValueType()
getValueType in class UnaryEvalpublic boolean isNot()
public Object clone() throws CloneNotSupportedException
clone in class UnaryEvalCloneNotSupportedExceptionCopyright © 2015 Apache Software Foundation. All Rights Reserved.