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