A base class for unary functions. 
 
IsNull & operator=(const IsNull &rhs)
 
This is an abstract class that models a query expression. 
 
UnaryFunction & operator=(const UnaryFunction &rhs)
 
TE_DEFINE_VISITABLE IsNull(Expression *arg)
Constructor. 
 
Tells if a value is NULL. 
 
Tells if a value is NULL. 
 
Expression * clone() const 
It creates a new copy of this expression.