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

#include <cross_join_operator.hpp>

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

List of all members.

Public Types

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

Public Member Functions

 CPU_CrossJoin_Operator (const hype::SchedulingDecision &sched_dec, TypedOperatorPtr left_child, TypedOperatorPtr right_child, MaterializationStatus mat_stat=MATERIALIZE)
virtual bool execute ()
virtual ~CPU_CrossJoin_Operator ()

Private Attributes

std::string join_column1_name_
std::string join_column2_name_
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