![]() |
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 <HashOneExecutor.h>
Inheritance diagram for pdb::HashOneExecutor:
Collaboration diagram for pdb::HashOneExecutor:Public Member Functions | |
| HashOneExecutor (TupleSpec &inputSchema, TupleSpec &attsToOperateOn, TupleSpec &attsToIncludeInOutput, ComputeInfoPtr) | |
| HashOneExecutor (TupleSpec &inputSchema, TupleSpec &attsToOperateOn, TupleSpec &attsToIncludeInOutput) | |
| TupleSetPtr | process (TupleSetPtr input) override |
| std::string | getType () override |
Private Attributes | |
| TupleSetPtr | output |
| int | whichAtt |
| int | outAtt |
| TupleSetSetupMachine | myMachine |
Definition at line 31 of file HashOneExecutor.h.
|
inline |
|
inlineoverridevirtual |
Reimplemented from pdb::ComputeExecutor.
Definition at line 100 of file HashOneExecutor.h.
|
inlineoverridevirtual |
Implements pdb::ComputeExecutor.
Definition at line 73 of file HashOneExecutor.h.
Here is the call graph for this function:
|
private |
Definition at line 44 of file HashOneExecutor.h.
|
private |
Definition at line 41 of file HashOneExecutor.h.
|
private |
Definition at line 35 of file HashOneExecutor.h.
|
private |
Definition at line 38 of file HashOneExecutor.h.