A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pdb::JoinArg Class Reference

#include <JoinCompBase.h>

+ Inheritance diagram for pdb::JoinArg:
+ Collaboration diagram for pdb::JoinArg:

Public Member Functions

 JoinArg (ComputePlan &plan, void *pageWhereHashTableIs)
 
 ~JoinArg () override=default
 
- Public Member Functions inherited from pdb::ComputeInfo
virtual ~ComputeInfo ()
 

Public Attributes

ComputePlanplan
 
void * pageWhereHashTableIs
 

Detailed Description

Used to parameterize joins that are run as part of a pipeline

Definition at line 33 of file JoinCompBase.h.

Constructor & Destructor Documentation

pdb::JoinArg::JoinArg ( ComputePlan plan,
void *  pageWhereHashTableIs 
)
inline

Definition at line 42 of file JoinCompBase.h.

pdb::JoinArg::~JoinArg ( )
overridedefault

Member Data Documentation

void* pdb::JoinArg::pageWhereHashTableIs

Definition at line 40 of file JoinCompBase.h.

ComputePlan& pdb::JoinArg::plan

Definition at line 37 of file JoinCompBase.h.


The documentation for this class was generated from the following file: