Column Store
Classes | Namespaces | Typedefs
AggregatorQuery.h File Reference

Generic Condition Builder. More...

#include <limits>
#include <memory>
#include <string>
#include <unordered_map>
#include "DataGeneratorInterface.h"
Include dependency graph for AggregatorQuery.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Generic Condition Builder.

This file contains structures required to construct the condition query any data source.