![]() |
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 <JoinTuple.h>
Inheritance diagram for pdb::JoinProbe< RHSType >:
Collaboration diagram for pdb::JoinProbe< RHSType >:Public Member Functions | |
| ~JoinProbe () | |
| JoinProbe (void *hashTable, std::vector< int > &positions, TupleSpec &inputSchema, TupleSpec &attsToOperateOn, TupleSpec &attsToIncludeInOutput, bool needToSwapLHSAndRhs) | |
| std::string | getType () override |
| TupleSetPtr | process (TupleSetPtr input) override |
Private Attributes | |
| TupleSetPtr | output |
| int | whichAtt |
| TupleSetSetupMachine | myMachine |
| Handle< JoinMap< RHSType > > | inputTable |
| std::vector< uint32_t > | counts |
| void ** | columns |
| int | offset |
Definition at line 274 of file JoinTuple.h.
|
inline |
Definition at line 301 of file JoinTuple.h.
|
inline |
|
inlineoverridevirtual |
Reimplemented from pdb::ComputeExecutor.
Definition at line 344 of file JoinTuple.h.
|
inlineoverridevirtual |
Implements pdb::ComputeExecutor.
Definition at line 348 of file JoinTuple.h.
Here is the call graph for this function:
|
private |
Definition at line 293 of file JoinTuple.h.
|
private |
Definition at line 290 of file JoinTuple.h.
|
private |
Definition at line 287 of file JoinTuple.h.
|
private |
Definition at line 284 of file JoinTuple.h.
|
private |
Definition at line 298 of file JoinTuple.h.
|
private |
Definition at line 278 of file JoinTuple.h.
|
private |
Definition at line 281 of file JoinTuple.h.