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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
pdb::JoinSink< RHSType > Class Template Reference

#include <JoinTuple.h>

+ Inheritance diagram for pdb::JoinSink< RHSType >:
+ Collaboration diagram for pdb::JoinSink< RHSType >:

Public Member Functions

 ~JoinSink ()
 
 JoinSink (TupleSpec &inputSchema, TupleSpec &attsToOperateOn, TupleSpec &additionalAtts, std::vector< int > &whereEveryoneGoes)
 
Handle< ObjectcreateNewOutputContainer () override
 
void writeOut (TupleSetPtr input, Handle< Object > &writeToMe) override
 
- Public Member Functions inherited from pdb::ComputeSink
virtual ~ComputeSink ()
 

Private Attributes

int keyAtt
 
std::vector< int > useTheseAtts
 
std::vector< int > whereEveryoneGoes
 
void ** columns = nullptr
 

Detailed Description

template<typename RHSType>
class pdb::JoinSink< RHSType >

Definition at line 1027 of file JoinTuple.h.

Constructor & Destructor Documentation

template<typename RHSType >
pdb::JoinSink< RHSType >::~JoinSink ( )
inline

Definition at line 1045 of file JoinTuple.h.

template<typename RHSType >
pdb::JoinSink< RHSType >::JoinSink ( TupleSpec inputSchema,
TupleSpec attsToOperateOn,
TupleSpec additionalAtts,
std::vector< int > &  whereEveryoneGoes 
)
inline

Definition at line 1050 of file JoinTuple.h.

+ Here is the call graph for this function:

Member Function Documentation

template<typename RHSType >
Handle<Object> pdb::JoinSink< RHSType >::createNewOutputContainer ( )
inlineoverridevirtual

Implements pdb::ComputeSink.

Definition at line 1067 of file JoinTuple.h.

template<typename RHSType >
void pdb::JoinSink< RHSType >::writeOut ( TupleSetPtr  input,
Handle< Object > &  writeToMe 
)
inlineoverridevirtual

Implements pdb::ComputeSink.

Definition at line 1074 of file JoinTuple.h.

+ Here is the call graph for this function:

Member Data Documentation

template<typename RHSType >
void** pdb::JoinSink< RHSType >::columns = nullptr
private

Definition at line 1042 of file JoinTuple.h.

template<typename RHSType >
int pdb::JoinSink< RHSType >::keyAtt
private

Definition at line 1031 of file JoinTuple.h.

template<typename RHSType >
std::vector<int> pdb::JoinSink< RHSType >::useTheseAtts
private

Definition at line 1035 of file JoinTuple.h.

template<typename RHSType >
std::vector<int> pdb::JoinSink< RHSType >::whereEveryoneGoes
private

Definition at line 1039 of file JoinTuple.h.


The documentation for this class was generated from the following file: