Column-oriented GPU-accelerated Database Management System
CoGaDB
CoGaDB::SQL::ParseTree::NotBetweenPredicate Struct Reference

#include <sql_parsetree.hpp>

Inheritance diagram for CoGaDB::SQL::ParseTree::NotBetweenPredicate:
Collaboration diagram for CoGaDB::SQL::ParseTree::NotBetweenPredicate:

List of all members.

Public Member Functions

 NotBetweenPredicate (ScalarExpressionPtr _exp, ScalarExpressionPtr _lvalue, ScalarExpressionPtr _rvalue)
 Construct NOT BETWEEN predicate.
KNF_Selection_Expression getCNF (TypedNodePtr &io_node)
 Calculate CNF of a NOT BETWEEN predicate.

Public Attributes

OrConditionPtr or_cond

Constructor & Destructor Documentation


Member Function Documentation

Calculate CNF of a NOT BETWEEN predicate.

Implements CoGaDB::SQL::ParseTree::SearchCondition.


Member Data Documentation


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines