public final class IsNull extends UnaryExpression implements Predicate
expr is null for new IsNull(expr).| Constructor and Description |
|---|
IsNull(Expression child) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(RowRecord record) |
String |
toString() |
children, equals, getChild, hashCodechildren, referencespublic IsNull(Expression child)
public Object eval(RowRecord record)
eval in interface Expressioneval in class UnaryExpressionrecord - the input record to evaluate.RowRecord.public String toString()
toString in interface ExpressiontoString in class Object