|
Column Store
|
RecordValidator Interfaces and Implementations for Query Processing. More...


Go to the source code of this file.
Classes | |
| class | ColumnStore::RecordValidatorInterface |
| Base RecordValidator Interface. More... | |
| class | ColumnStore::ReccordValidatorMetadataInterface |
| Extended RecordValidator Interface which handles Metadata. More... | |
| class | ColumnStore::NotRecordValidator |
| Inverts RecordValidator. More... | |
| class | ColumnStore::AndRecordValidator |
| Logical AND RecordValidator. More... | |
| class | ColumnStore::OrRecordValidator |
| Logical OR RecordValidator. More... | |
| class | ColumnStore::EqualRecordValidator |
| Checks equality of a data field. More... | |
| class | ColumnStore::LessThanRecordValidator |
| Checks if value of a field is less than given value. More... | |
Namespaces | |
| ColumnStore | |
Typedefs | |
| typedef std::shared_ptr< RecordValidatorInterface > | ColumnStore::RecordValidator |
| Shared Pointer for RecordValidator Interface. More... | |
RecordValidator Interfaces and Implementations for Query Processing.
1.8.18