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

#include <AggregatorQuery.h>

Inheritance diagram for ColumnStore::CountAggregator:
Inheritance graph
Collaboration diagram for ColumnStore::CountAggregator:
Collaboration graph

Public Member Functions

 CountAggregator (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

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

Constructor & Destructor Documentation

◆ CountAggregator()

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

Member Function Documentation

◆ addRecord()

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

◆ aggregatorType()

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

◆ clone()

AggregatorQuery ColumnStore::CountAggregator::clone ( )
inlinevirtual

Implements ColumnStore::Aggregator.

Here is the call graph for this function:

◆ getValue()

float ColumnStore::CountAggregator::getValue ( )
inlinevirtual

Member Data Documentation

◆ count

int ColumnStore::CountAggregator::count

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