26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_AVG_H 
   27 #define __TERRALIB_DATAACCESS_INTERNAL_AVG_H 
#define TE_DEFINE_VISITABLE
 
A static class with global function name definitions.
 
A base class for unary functions.
 
Avg statistical function.
 
Expression * clone() const
It creates a new copy of this expression.
 
TE_DEFINE_VISITABLE Avg(Expression *arg)
Constructor.
 
Avg & operator=(const Avg &rhs)
 
Avg(const Expression &arg)
Constructor.
 
Avg(const Avg &rhs)
Copy constructor.
 
This is an abstract class that models a query expression.
 
A static class with global function name definitions.
 
A base class for unary functions.
 
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.