42   return new Min(*
this);
 
Min statistical function. 
 
A base class for unary functions. 
 
TE_DEFINE_VISITABLE Min(Expression *arg)
Constructor. 
 
UnaryFunction & operator=(const UnaryFunction &rhs)
 
Min statistical function. 
 
This is an abstract class that models a query expression. 
 
Expression * clone() const 
It creates a new copy of this expression. 
 
Min & operator=(const Min &rhs)