Thrill  0.1
reduce_old_probing_hash_table.hpp File Reference
#include <thrill/core/reduce_functional.hpp>
#include <thrill/core/reduce_table.hpp>
#include <tlx/vector_free.hpp>
#include <functional>
#include <limits>
#include <utility>
#include <vector>
+ Include dependency graph for reduce_old_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  ReduceOldProbingHashTable< 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::OLD_PROBING, TableItem, Key, Value, KeyExtractor, ReduceFunction, Emitter, VolatileKey, ReduceConfig, IndexFunction, KeyEqualFunction >
 

Namespaces

 thrill
 
 thrill::core
 

Macros

#define THRILL_CORE_REDUCE_OLD_PROBING_HASH_TABLE_HEADER
 

Macro Definition Documentation

◆ THRILL_CORE_REDUCE_OLD_PROBING_HASH_TABLE_HEADER

#define THRILL_CORE_REDUCE_OLD_PROBING_HASH_TABLE_HEADER

Definition at line 14 of file reduce_old_probing_hash_table.hpp.