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

#include <selection_operator.hpp>

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

List of all members.

Public Types

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

Public Member Functions

 CPU_ParallelSelection_Operator (const hype::SchedulingDecision &sched_dec, TypedOperatorPtr child, Predicate pred, MaterializationStatus mat_stat=MATERIALIZE)
virtual bool execute ()
virtual ~CPU_ParallelSelection_Operator ()

Private Attributes

Predicate pred_
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 file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines