Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <stdio.h>
#include <iostream>
#include <list>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <query_processing/query_processor.hpp>
#include <optimizer/optimizer.hpp>
#include "sql/server/sql_parsetree.hpp"
Namespaces | |
namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
namespace | CoGaDB::SQL |
namespace | CoGaDB::SQL::ParseTree |
Functions | |
static CoGaDB::Predicate | CoGaDB::SQL::ParseTree::make_pred (const std::string &column, const boost::any &value, PredicateType pred, CoGaDB::ValueComparator comp) |
Construct CoGaDB::Predicate. |