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

#include <AggregatorQuery.h>

Inheritance diagram for ColumnStore::MaxAggregator:
Inheritance graph
Collaboration diagram for ColumnStore::MaxAggregator:
Collaboration graph

Public Member Functions

 MaxAggregator (std::string name)
 
std::string aggregatorType ()
 
void addRecord (DataRecord &record)
 
float getValue ()
 
AggregatorQuery clone ()
 
- 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

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

Constructor & Destructor Documentation

◆ MaxAggregator()

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

Member Function Documentation

◆ addRecord()

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

◆ aggregatorType()

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

◆ clone()

AggregatorQuery ColumnStore::MaxAggregator::clone ( )
inlinevirtual

Implements ColumnStore::Aggregator.

Here is the call graph for this function:

◆ getValue()

float ColumnStore::MaxAggregator::getValue ( )
inlinevirtual

Member Data Documentation

◆ mx

float ColumnStore::MaxAggregator::mx

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