Thrill  0.1
reduce_by_key.hpp File Reference
#include <thrill/api/dia.hpp>
#include <thrill/api/dop_node.hpp>
#include <thrill/common/functional.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/porting.hpp>
#include <thrill/core/reduce_by_hash_post_phase.hpp>
#include <thrill/core/reduce_pre_phase.hpp>
#include <tlx/meta/is_std_pair.hpp>
#include <functional>
#include <thread>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <vector>
+ Include dependency graph for reduce_by_key.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DefaultReduceConfig
 
class  ReduceNode< ValueType, KeyExtractor, ReduceFunction, ReduceConfig, KeyHashFunction, KeyEqualFunction, VolatileKey, UseDuplicateDetection >
 A DIANode which performs a Reduce operation. More...
 
class  ReduceNode< ValueType, KeyExtractor, ReduceFunction, ReduceConfig, KeyHashFunction, KeyEqualFunction, VolatileKey, UseDuplicateDetection >::Emitter
 Emitter for PostPhase to push elements to next DIA object. More...
 

Namespaces

 thrill
 
 thrill::api
 

Macros

#define THRILL_API_REDUCE_BY_KEY_HEADER
 

Macro Definition Documentation

◆ THRILL_API_REDUCE_BY_KEY_HEADER

#define THRILL_API_REDUCE_BY_KEY_HEADER

Definition at line 17 of file reduce_by_key.hpp.