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