A class that models a Function expression. 
std::string m_name
The alias to the function. 
A visitor for building an SQL statement from a given Query hierarchy. 
A query encoder for functions with no arguments that is invoked just by its name. ...
void toSQL(const Function &f, std::string &buff, SQLVisitor &v) const 
It encodes the function to a SQL notation. 
A class that models a Function expression. 
A visitor for building an SQL statement from a given Query hierarchy. 
std::size_t getNumArgs() const 
It returns the number of arguments informed to the function.