Thrill
0.1
|
#include <thrill/api/context.hpp>
#include <thrill/api/dia.hpp>
#include <thrill/api/dop_node.hpp>
#include <thrill/common/functional.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/porting.hpp>
#include <thrill/core/reduce_by_index_post_phase.hpp>
#include <thrill/core/reduce_pre_phase.hpp>
#include <functional>
#include <thread>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | DefaultReduceToIndexConfig |
class | ReduceToIndexNode< ValueType, KeyExtractor, ReduceFunction, ReduceConfig, VolatileKey, SkipPreReducePhase > |
A DIANode which performs a ReduceToIndex operation. More... | |
class | ReduceToIndexNode< ValueType, KeyExtractor, ReduceFunction, ReduceConfig, VolatileKey, SkipPreReducePhase >::Emitter |
Emitter for PostPhase to push elements to next DIA object. More... | |
Namespaces | |
thrill | |
thrill::api | |
Macros | |
#define | THRILL_API_REDUCE_TO_INDEX_HEADER |
#define THRILL_API_REDUCE_TO_INDEX_HEADER |
Definition at line 17 of file reduce_to_index.hpp.