public class IsNullPredicate extends UnaryOperator
Constructor and Description |
---|
IsNullPredicate(boolean not,
Expr column) |
Modifier and Type | Method and Description |
---|---|
Expr |
getPredicand() |
int |
hashCode() |
boolean |
isNot() |
getChild, hasChild, setChild
public IsNullPredicate(boolean not, Expr column)
public boolean isNot()
public Expr getPredicand()
public int hashCode()
hashCode
in class UnaryOperator
Copyright © 2014 Apache Software Foundation. All Rights Reserved.