|
Column Store
|
#include <AggregatorQuery.h>


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 |
|
inline |

|
inlinevirtual |
Implements ColumnStore::Aggregator.
|
inlinevirtual |
Implements ColumnStore::Aggregator.
|
inlinevirtual |
|
inlinevirtual |
Implements ColumnStore::Aggregator.
| float ColumnStore::MinAggregator::mn |
1.8.18