Column Store
|
#include <AggregatorQuery.h>
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 |
|
inline |
|
inlinevirtual |
Implements ColumnStore::Aggregator.
|
inlinevirtual |
Implements ColumnStore::Aggregator.
|
inlinevirtual |
|
inlinevirtual |
Implements ColumnStore::Aggregator.
float ColumnStore::MaxAggregator::mx |