Column-oriented GPU-accelerated Database Management System
CoGaDB
CoGaDB::query_processing::physical_operator::CPU_ComplexSelection_Operator Class Reference

#include <complex_selection_operator.hpp>

Inheritance diagram for CoGaDB::query_processing::physical_operator::CPU_ComplexSelection_Operator:
Collaboration diagram for CoGaDB::query_processing::physical_operator::CPU_ComplexSelection_Operator:

List of all members.

Public Types

typedef
hype::queryprocessing::OperatorMapper_Helper_Template
< TablePtr >::TypedOperatorPtr 
TypedOperatorPtr

Public Member Functions

 CPU_ComplexSelection_Operator (const hype::SchedulingDecision &sched_dec, TypedOperatorPtr child, const KNF_Selection_Expression &knf_expr, hype::DeviceConstraint dev_constr=CoGaDB::RuntimeConfiguration::instance().getGlobalDeviceConstraint(), MaterializationStatus mat_stat=MATERIALIZE)
virtual bool execute ()
virtual ~CPU_ComplexSelection_Operator ()

Private Attributes

KNF_Selection_Expression knf_expr_
hype::DeviceConstraint dev_constr_
MaterializationStatus mat_stat_

Member Typedef Documentation


Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines