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

Go to the source code of this file.
Classes | |
| class | ColumnStore::ConditionQuery |
| Base Condition Query Structure. More... | |
| class | ColumnStore::AndQuery |
| Logical AND query. More... | |
| class | ColumnStore::OrQuery |
| Logical OR query. More... | |
| class | ColumnStore::NotQuery |
| Logical NOT query. More... | |
| class | ColumnStore::EqualQuery |
| Equality Query. More... | |
| class | ColumnStore::LessThanQuery |
| Less Than Query. More... | |
Namespaces | |
| ColumnStore | |
Typedefs | |
| typedef std::shared_ptr< ConditionQuery > | ColumnStore::Query |
| 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