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

Go to the source code of this file.

Classes

class  ReduceProbingHashTable< TableItem, Key, Value, KeyExtractor, ReduceFunction, Emitter, VolatileKey, ReduceConfig_, IndexFunction, KeyEqualFunction >
 A data structure which takes an arbitrary value and extracts a key using a key extractor function from that value. More...
 
class  ReduceTableSelect< ReduceTableImpl::PROBING, TableItem, Key, Value, KeyExtractor, ReduceFunction, Emitter, VolatileKey, ReduceConfig, IndexFunction, KeyEqualFunction >
 

Namespaces

 thrill
 
 thrill::core
 

Macros

#define THRILL_CORE_REDUCE_PROBING_HASH_TABLE_HEADER
 

Macro Definition Documentation

◆ THRILL_CORE_REDUCE_PROBING_HASH_TABLE_HEADER

#define THRILL_CORE_REDUCE_PROBING_HASH_TABLE_HEADER

Definition at line 15 of file reduce_probing_hash_table.hpp.