|
Column Store
|
Generic Condition Builder. More...
#include <limits>#include <memory>#include <string>#include <unordered_map>#include "DataGeneratorInterface.h"

Go to the source code of this file.
Classes | |
| struct | ColumnStore::Aggregator |
| Base Condition Query Structure. More... | |
| struct | ColumnStore::AverageAggregator |
| struct | ColumnStore::SumAggregator |
| struct | ColumnStore::CountAggregator |
| struct | ColumnStore::MaxAggregator |
| struct | ColumnStore::MinAggregator |
Namespaces | |
| ColumnStore | |
Typedefs | |
| typedef std::shared_ptr< Aggregator > | ColumnStore::AggregatorQuery |
| Shared pointer to Query Structure. More... | |
Generic Condition Builder.
This file contains structures required to construct the condition query any data source.
1.8.18