Go to the source code of this file.
Classes | |
class | AggComputer |
Abstract base class representing computation of a single aggregate function over a collection of scalar values all having the same group key. More... | |
Typedefs | |
typedef boost::ptr_vector< AggComputer > | AggComputerList |
typedef boost::ptr_vector< AggComputer >::iterator | AggComputerIter |
typedef boost::ptr_vector< AggComputer >::const_iterator | AggComputerConstIter |
typedef boost::ptr_vector<AggComputer>::const_iterator AggComputerConstIter |
Definition at line 151 of file AggComputer.h.
typedef boost::ptr_vector<AggComputer>::iterator AggComputerIter |
Definition at line 150 of file AggComputer.h.
typedef boost::ptr_vector<AggComputer> AggComputerList |
Definition at line 149 of file AggComputer.h.