![]() |
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 <ProjectionBlockQueryProcessor.h>
Inheritance diagram for pdb::ProjectionBlockQueryProcessor< Output, Input >:
Collaboration diagram for pdb::ProjectionBlockQueryProcessor< Output, Input >:Public Member Functions | |
| ~ProjectionBlockQueryProcessor () | |
| ProjectionBlockQueryProcessor (Selection< Output, Input > &forMe) | |
| ProjectionBlockQueryProcessor (SimpleLambda< Handle< Output >> projection) | |
| void | initialize () override |
| void | loadInputBlock (Handle< GenericBlock > block) override |
| Handle< GenericBlock > & | loadOutputBlock () override |
| bool | fillNextOutputBlock () override |
| void | finalize () override |
| void | clearOutputBlock () override |
| void | clearInputBlock () override |
Public Member Functions inherited from pdb::BlockQueryProcessor | |
| virtual void | setContext (PipelineContextPtr context) |
| PipelineContextPtr | getContext () |
Private Attributes | |
| Handle< Input > | inputObject |
| Handle< GenericBlock > | inputBlock |
| size_t | posInInput |
| Handle< GenericBlock > | outputBlock |
| SimpleLambda< Handle< Output > > | projection |
| std::function< Handle< Output >)> | projectionFunc |
| bool | finalized |
| size_t | batchSize |
Additional Inherited Members | |
Protected Attributes inherited from pdb::BlockQueryProcessor | |
| PipelineContextPtr | context |
Definition at line 33 of file ProjectionBlockQueryProcessor.h.
| pdb::ProjectionBlockQueryProcessor< Output, Input >::~ProjectionBlockQueryProcessor | ( | ) |
Definition at line 30 of file ProjectionBlockQueryProcessor.cc.
| pdb::ProjectionBlockQueryProcessor< Output, Input >::ProjectionBlockQueryProcessor | ( | Selection< Output, Input > & | forMe | ) |
Definition at line 39 of file ProjectionBlockQueryProcessor.cc.
| pdb::ProjectionBlockQueryProcessor< Output, Input >::ProjectionBlockQueryProcessor | ( | SimpleLambda< Handle< Output >> | projection | ) |
Definition at line 49 of file ProjectionBlockQueryProcessor.cc.
|
overridevirtual |
Implements pdb::BlockQueryProcessor.
Definition at line 131 of file ProjectionBlockQueryProcessor.cc.
|
overridevirtual |
Implements pdb::BlockQueryProcessor.
Definition at line 126 of file ProjectionBlockQueryProcessor.cc.
|
overridevirtual |
Implements pdb::BlockQueryProcessor.
Definition at line 80 of file ProjectionBlockQueryProcessor.cc.
Here is the call graph for this function:
|
overridevirtual |
Implements pdb::BlockQueryProcessor.
Definition at line 120 of file ProjectionBlockQueryProcessor.cc.
|
overridevirtual |
Implements pdb::BlockQueryProcessor.
Definition at line 59 of file ProjectionBlockQueryProcessor.cc.
|
overridevirtual |
Implements pdb::BlockQueryProcessor.
Definition at line 66 of file ProjectionBlockQueryProcessor.cc.
|
overridevirtual |
Implements pdb::BlockQueryProcessor.
Definition at line 74 of file ProjectionBlockQueryProcessor.cc.
|
private |
Definition at line 58 of file ProjectionBlockQueryProcessor.h.
|
private |
Definition at line 55 of file ProjectionBlockQueryProcessor.h.
|
private |
Definition at line 40 of file ProjectionBlockQueryProcessor.h.
|
private |
Definition at line 37 of file ProjectionBlockQueryProcessor.h.
|
private |
Definition at line 46 of file ProjectionBlockQueryProcessor.h.
|
private |
Definition at line 43 of file ProjectionBlockQueryProcessor.h.
|
private |
Definition at line 49 of file ProjectionBlockQueryProcessor.h.
|
private |
Definition at line 52 of file ProjectionBlockQueryProcessor.h.