Thrill  0.1
reduce_table.hpp File Reference
#include <thrill/api/context.hpp>
#include <thrill/core/reduce_functional.hpp>
#include <tlx/vector_free.hpp>
#include <algorithm>
#include <functional>
#include <limits>
#include <utility>
#include <vector>
+ Include dependency graph for reduce_table.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DefaultReduceConfig
 Configuration class to define operational parameters of reduce hash tables and reduce phases. More...
 
class  DefaultReduceConfigSelect< table_impl >
 DefaultReduceConfig with implementation type selection. More...
 
class  ReduceTable< ValueType, Key, Value, KeyExtractor, ReduceFunction, Emitter, VolatileKey, ReduceConfig_, IndexFunction, KeyEqualFunction >
 Common super-class for bucket and linear-probing hash/reduce tables. More...
 
class  ReduceTableSelect< ImplSelect, ValueType, Key, Value, KeyExtractor, ReduceFunction, Emitter, VolatileKey, ReduceConfig, IndexFunction, KeyEqualFunction >
 Type selection via ReduceTableImpl enum. More...
 

Namespaces

 thrill
 
 thrill::core
 

Macros

#define THRILL_CORE_REDUCE_TABLE_HEADER
 

Enumerations

enum  ReduceTableImpl { PROBING, OLD_PROBING, BUCKET }
 Enum class to select a hash table implementation. More...
 

Macro Definition Documentation

◆ THRILL_CORE_REDUCE_TABLE_HEADER

#define THRILL_CORE_REDUCE_TABLE_HEADER

Definition at line 14 of file reduce_table.hpp.