Column Store
Public Member Functions | Public Attributes | List of all members
ColumnStore::SumAggregator Struct Reference

#include <AggregatorQuery.h>

Inheritance diagram for ColumnStore::SumAggregator:
Inheritance graph
Collaboration diagram for ColumnStore::SumAggregator:
Collaboration graph

Public Member Functions

 SumAggregator (std::string name)
 
std::string aggregatorType ()
 
void addRecord (DataRecord &record)
 
AggregatorQuery clone ()
 
float getValue ()
 
- Public Member Functions inherited from ColumnStore::Aggregator
 Aggregator (std::string name)
 
void initialize (Metadata metadata)
 
virtual ~Aggregator ()
 Destroy the Condition Query object. More...
 
std::string getColumnName ()
 

Public Attributes

double sum
 
- Public Attributes inherited from ColumnStore::Aggregator
std::string name
 
int columnIndex
 
DataType type
 

Constructor & Destructor Documentation

◆ SumAggregator()

ColumnStore::SumAggregator::SumAggregator ( std::string  name)
inline
Here is the caller graph for this function:

Member Function Documentation

◆ addRecord()

void ColumnStore::SumAggregator::addRecord ( DataRecord record)
inlinevirtual

◆ aggregatorType()

std::string ColumnStore::SumAggregator::aggregatorType ( )
inlinevirtual

◆ clone()

AggregatorQuery ColumnStore::SumAggregator::clone ( )
inlinevirtual

Implements ColumnStore::Aggregator.

Here is the call graph for this function:

◆ getValue()

float ColumnStore::SumAggregator::getValue ( )
inlinevirtual

Member Data Documentation

◆ sum

double ColumnStore::SumAggregator::sum

The documentation for this struct was generated from the following file: