Thrill
0.1
|
Emitter for a ReduceTable, which emits all of its data into a vector of hash-counter-pairs.
Definition at line 48 of file location_detection.hpp.
#include <location_detection.hpp>
Public Member Functions | |
ToVectorEmitter (std::vector< HashCount > &vec) | |
void | Emit (const size_t &, const HashCount &p) |
void | SetModulo (size_t modulo) |
Private Attributes | |
size_t | modulo_ = 1 |
std::vector< HashCount > & | vec_ |
|
inlineexplicit |
Definition at line 51 of file location_detection.hpp.
|
inline |
Definition at line 58 of file location_detection.hpp.
|
inline |
Definition at line 54 of file location_detection.hpp.
|
private |
Definition at line 66 of file location_detection.hpp.
Referenced by ToVectorEmitter< thrill::api::JoinNode::HashCount >::Emit(), and ToVectorEmitter< thrill::api::JoinNode::HashCount >::SetModulo().
|
private |
Definition at line 65 of file location_detection.hpp.
Referenced by ToVectorEmitter< thrill::api::JoinNode::HashCount >::Emit().