![]() |
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.
|
#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 | |
| ComputePlan & | plan |
| void * | pageWhereHashTableIs |
Used to parameterize joins that are run as part of a pipeline
Definition at line 33 of file JoinCompBase.h.
|
inline |
Definition at line 42 of file JoinCompBase.h.
|
overridedefault |
| void* pdb::JoinArg::pageWhereHashTableIs |
Definition at line 40 of file JoinCompBase.h.
| ComputePlan& pdb::JoinArg::plan |
Definition at line 37 of file JoinCompBase.h.