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::HashSink< KeyType, ValueType > Class Template Reference

#include <HashSink.h>

+ Inheritance diagram for pdb::HashSink< KeyType, ValueType >:
+ Collaboration diagram for pdb::HashSink< KeyType, ValueType >:

Public Member Functions

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

Private Attributes

int whichAttToHash
 
int whichAttToAggregate
 

Detailed Description

template<class KeyType, class ValueType>
class pdb::HashSink< KeyType, ValueType >

Definition at line 31 of file HashSink.h.

Constructor & Destructor Documentation

template<class KeyType , class ValueType >
pdb::HashSink< KeyType, ValueType >::HashSink ( TupleSpec inputSchema,
TupleSpec attsToOperateOn 
)
inline

Definition at line 39 of file HashSink.h.

+ Here is the call graph for this function:

template<class KeyType , class ValueType >
pdb::HashSink< KeyType, ValueType >::~HashSink ( )
inline

Definition at line 137 of file HashSink.h.

Member Function Documentation

template<class KeyType , class ValueType >
Handle<Object> pdb::HashSink< KeyType, ValueType >::createNewOutputContainer ( )
inlineoverridevirtual

Implements pdb::ComputeSink.

Definition at line 51 of file HashSink.h.

template<class KeyType , class ValueType >
void pdb::HashSink< KeyType, ValueType >::writeOut ( TupleSetPtr  input,
Handle< Object > &  writeToMe 
)
inlineoverridevirtual

Implements pdb::ComputeSink.

Definition at line 58 of file HashSink.h.

Member Data Documentation

template<class KeyType , class ValueType >
int pdb::HashSink< KeyType, ValueType >::whichAttToAggregate
private

Definition at line 36 of file HashSink.h.

template<class KeyType , class ValueType >
int pdb::HashSink< KeyType, ValueType >::whichAttToHash
private

Definition at line 35 of file HashSink.h.


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