Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/src/sql/server/sql_parsetree.cpp File Reference
#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"
Include dependency graph for sql_parsetree.cpp:

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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines