![]() |
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 <ProjectionQueryProcessor.h>
Inheritance diagram for pdb::ProjectionQueryProcessor< Output, Input >:
Collaboration diagram for pdb::ProjectionQueryProcessor< Output, Input >:Public Member Functions | |
| ProjectionQueryProcessor (Selection< Output, Input > &forMe) | |
| ProjectionQueryProcessor (SimpleLambda< Handle< Output >> projection) | |
| 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 () |
Private Attributes | |
| UseTemporaryAllocationBlockPtr | blockPtr |
| Handle< Input > | inputObject |
| Handle< Vector< Handle< Input > > > | inputVec |
| size_t | posInInput |
| Handle< Vector< Handle< Output > > > | outputVec |
| SimpleLambda< Handle< Output > > | projection |
| std::function< Handle< Output >)> | projectionFunc |
| bool | finalized |
Definition at line 32 of file ProjectionQueryProcessor.h.
| pdb::ProjectionQueryProcessor< Output, Input >::ProjectionQueryProcessor | ( | Selection< Output, Input > & | forMe | ) |
Definition at line 30 of file ProjectionQueryProcessor.cc.
| pdb::ProjectionQueryProcessor< Output, Input >::ProjectionQueryProcessor | ( | SimpleLambda< Handle< Output >> | projection | ) |
Definition at line 39 of file ProjectionQueryProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 122 of file ProjectionQueryProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 116 of file ProjectionQueryProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 78 of file ProjectionQueryProcessor.cc.
Here is the call graph for this function:
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 110 of file ProjectionQueryProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 49 of file ProjectionQueryProcessor.cc.
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 56 of file ProjectionQueryProcessor.cc.
Here is the call graph for this function:
|
overridevirtual |
Implements pdb::SimpleSingleTableQueryProcessor.
Definition at line 64 of file ProjectionQueryProcessor.cc.
|
private |
Definition at line 36 of file ProjectionQueryProcessor.h.
|
private |
Definition at line 57 of file ProjectionQueryProcessor.h.
|
private |
Definition at line 39 of file ProjectionQueryProcessor.h.
|
private |
Definition at line 42 of file ProjectionQueryProcessor.h.
|
private |
Definition at line 48 of file ProjectionQueryProcessor.h.
|
private |
Definition at line 45 of file ProjectionQueryProcessor.h.
|
private |
Definition at line 51 of file ProjectionQueryProcessor.h.
|
private |
Definition at line 54 of file ProjectionQueryProcessor.h.