#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>
Go to the source code of this file.
|
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 > |
|
◆ THRILL_CORE_REDUCE_OLD_PROBING_HASH_TABLE_HEADER
#define THRILL_CORE_REDUCE_OLD_PROBING_HASH_TABLE_HEADER |