![]() |
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 <ComputeSource.h>
Inheritance diagram for pdb::ComputeSource:
Collaboration diagram for pdb::ComputeSource:Public Member Functions | |
| virtual TupleSetPtr | getNextTupleSet ()=0 |
| virtual void | setChunkSize (size_t chunkSize)=0 |
| virtual | ~ComputeSource () |
Definition at line 32 of file ComputeSource.h.
|
inlinevirtual |
Definition at line 41 of file ComputeSource.h.
|
pure virtual |
|
pure virtual |