Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <map>
#include <core/scheduling_decision.hpp>
#include <boost/shared_ptr.hpp>
#include <core/specification.hpp>
#include <query_processing/typed_operator.hpp>
#include <util/get_name.hpp>
Go to the source code of this file.
Classes | |
struct | hype::queryprocessing::OperatorMapper_Helper_Template< Type > |
class | hype::queryprocessing::OperatorMapper< Type, function > |
class | hype::queryprocessing::Node |
class | hype::queryprocessing::TypedNode< Type > |
class | hype::queryprocessing::TypedNode_Impl< Type, function > |
Namespaces | |
namespace | hype |
The namespace stemod contains all classes and functions that belongs to the framework. | |
namespace | hype::queryprocessing |
Typedefs | |
typedef Node::NodePtr | hype::queryprocessing::NodePtr |