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

#include <AggregatorQuery.h>

Inheritance diagram for ColumnStore::MinAggregator:
Inheritance graph
Collaboration diagram for ColumnStore::MinAggregator:
Collaboration graph

Public Member Functions

 MinAggregator (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 mn
 
- Public Attributes inherited from ColumnStore::Aggregator
std::string name
 
int columnIndex
 
DataType type
 

Constructor & Destructor Documentation

◆ MinAggregator()

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

Member Function Documentation

◆ addRecord()

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

◆ aggregatorType()

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

◆ clone()

AggregatorQuery ColumnStore::MinAggregator::clone ( )
inlinevirtual

Implements ColumnStore::Aggregator.

Here is the call graph for this function:

◆ getValue()

float ColumnStore::MinAggregator::getValue ( )
inlinevirtual

Member Data Documentation

◆ mn

float ColumnStore::MinAggregator::mn

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