Thrill  0.1
reduce_pre_phase.hpp File Reference
#include <thrill/common/defines.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/math.hpp>
#include <thrill/core/duplicate_detection.hpp>
#include <thrill/core/reduce_bucket_hash_table.hpp>
#include <thrill/core/reduce_functional.hpp>
#include <thrill/core/reduce_old_probing_hash_table.hpp>
#include <thrill/core/reduce_probing_hash_table.hpp>
#include <thrill/data/block_reader.hpp>
#include <thrill/data/block_writer.hpp>
#include <thrill/data/file.hpp>
#include <algorithm>
#include <cassert>
#include <cmath>
#include <functional>
#include <string>
#include <utility>
#include <vector>
+ Include dependency graph for reduce_pre_phase.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ReducePrePhase< TableItem, Key, Value, KeyExtractor, ReduceFunction, VolatileKey, BlockWriter, ReduceConfig_, IndexFunction, KeyEqualFunction, HashFunction, UseDuplicateDetection >
 
class  ReducePrePhase< TableItem, Key, Value, KeyExtractor, ReduceFunction, VolatileKey, BlockWriter, ReduceConfig, IndexFunction, EqualToFunction, HashFunction, true >
 
class  ReducePrePhase< TableItem, Key, Value, KeyExtractor, ReduceFunction, VolatileKey, BlockWriter, ReduceConfig_, IndexFunction, KeyEqualFunction, HashFunction, false >
 
class  ReducePrePhaseEmitter< TableItem, VolatileKey, BlockWriter >
 

Namespaces

 thrill
 
 thrill::core
 

Macros

#define THRILL_CORE_REDUCE_PRE_PHASE_HEADER
 

Macro Definition Documentation

◆ THRILL_CORE_REDUCE_PRE_PHASE_HEADER

#define THRILL_CORE_REDUCE_PRE_PHASE_HEADER

Definition at line 17 of file reduce_pre_phase.hpp.