![]() |
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 <AggOutProcessor.h>
Inheritance diagram for pdb::AggOutProcessor< OutputClass, KeyType, ValueType >:
Collaboration diagram for pdb::AggOutProcessor< OutputClass, KeyType, ValueType >:Public Member Functions | |
| ~AggOutProcessor () | |
| AggOutProcessor () | |
| void | initialize () override |
| void | loadInputPage (void *pageToProcess) override |
| void | loadOutputPage (void *pageToWriteTo, size_t numBytesInPage) override |
| bool | fillNextOutputPage () override |
| void | finalize () override |
| void | clearOutputPage () override |
| void | clearInputPage () override |
Public Member Functions inherited from pdb::SimpleSingleTableQueryProcessor | |
| virtual void | loadInputObject (Handle< Object > &objectToProcess) |
| virtual bool | needsProcessInput () |
Protected Attributes | |
| UseTemporaryAllocationBlockPtr | blockPtr |
| Handle< Map< KeyType, ValueType > > | inputData |
| Handle< Vector< Handle < OutputClass > > > | outputData |
| bool | finalized |
| PDBMapIterator< KeyType, ValueType > * | begin |
| PDBMapIterator< KeyType, ValueType > * | end |
| int | pos |
Definition at line 32 of file AggOutProcessor.h.
|
inline |
Definition at line 35 of file AggOutProcessor.h.
| pdb::AggOutProcessor< OutputClass, KeyType, ValueType >::AggOutProcessor | ( | ) |
Definition at line 27 of file AggOutProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 113 of file AggOutProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 107 of file AggOutProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 68 of file AggOutProcessor.cc.
Here is the call graph for this function:
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 102 of file AggOutProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 36 of file AggOutProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 42 of file AggOutProcessor.cc.
Here is the call graph for this function:
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 58 of file AggOutProcessor.cc.
|
protected |
Definition at line 52 of file AggOutProcessor.h.
|
protected |
Definition at line 46 of file AggOutProcessor.h.
|
protected |
Definition at line 53 of file AggOutProcessor.h.
|
protected |
Definition at line 49 of file AggOutProcessor.h.
|
protected |
Definition at line 47 of file AggOutProcessor.h.
|
protected |
Definition at line 48 of file AggOutProcessor.h.
|
protected |
Definition at line 56 of file AggOutProcessor.h.