Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <stack>
#include <query_processing/node.hpp>
#include <query_processing/physical_query_plan.hpp>
#include <util/get_name.hpp>
#include <boost/thread.hpp>
#include <boost/bind.hpp>
Go to the source code of this file.
Classes | |
struct | hype::queryprocessing::print_NodePtr_functor |
struct | hype::queryprocessing::assign_treelevel_NodePtr_functor |
struct | hype::queryprocessing::init_parent_NodePtr_functor |
struct | hype::queryprocessing::Construct_Physical_Query_Plan_functor< Type > |
class | hype::queryprocessing::LogicalQueryPlan< Type > |
Namespaces | |
namespace | hype |
The namespace stemod contains all classes and functions that belongs to the framework. | |
namespace | hype::queryprocessing |