Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/cogadb/include/query_processing/selection_operator.hpp File Reference
#include <query_processing/definitions.hpp>
#include <util/iostream.hpp>
#include <util/getname.hpp>
#include <sstream>
#include <core/selection_expression.hpp>
Include dependency graph for selection_operator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CoGaDB::query_processing::physical_operator::CPU_Selection_Operator
class  CoGaDB::query_processing::physical_operator::CPU_ParallelSelection_Operator
class  CoGaDB::query_processing::physical_operator::GPU_Selection_Operator
class  CoGaDB::query_processing::logical_operator::Logical_Selection

Namespaces

namespace  CoGaDB
 

The global namespace of the programming tasks, to avoid name claches with other libraries.


namespace  CoGaDB::query_processing
namespace  CoGaDB::query_processing::physical_operator
namespace  CoGaDB::query_processing::logical_operator

Functions

Physical_Operator_Map_Ptr CoGaDB::query_processing::physical_operator::map_init_function_selection_operator ()
TypedOperatorPtr CoGaDB::query_processing::physical_operator::create_CPU_Selection_Operator (TypedLogicalNode &logical_node, const hype::SchedulingDecision &, TypedOperatorPtr left_child, TypedOperatorPtr right_child)
TypedOperatorPtr CoGaDB::query_processing::physical_operator::create_CPU_ParallelSelection_Operator (TypedLogicalNode &logical_node, const hype::SchedulingDecision &, TypedOperatorPtr left_child, TypedOperatorPtr right_child)
TypedOperatorPtr CoGaDB::query_processing::physical_operator::create_GPU_Selection_Operator (TypedLogicalNode &logical_node, const hype::SchedulingDecision &, TypedOperatorPtr left_child, TypedOperatorPtr right_child)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines