Thrill  0.1
ReduceTableSelect< ImplSelect, ValueType, Key, Value, KeyExtractor, ReduceFunction, Emitter, VolatileKey, ReduceConfig, IndexFunction, KeyEqualFunction > Class Template Reference

Detailed Description

template<ReduceTableImpl ImplSelect, typename ValueType, typename Key, typename Value, typename KeyExtractor, typename ReduceFunction, typename Emitter, const bool VolatileKey = false, typename ReduceConfig = DefaultReduceConfig, typename IndexFunction = ReduceByHash<Key>, typename KeyEqualFunction = std::equal_to<Key>>
class thrill::core::ReduceTableSelect< ImplSelect, ValueType, Key, Value, KeyExtractor, ReduceFunction, Emitter, VolatileKey, ReduceConfig, IndexFunction, KeyEqualFunction >

Type selection via ReduceTableImpl enum.

Definition at line 348 of file reduce_table.hpp.

+ Inheritance diagram for ReduceTableSelect< ImplSelect, ValueType, Key, Value, KeyExtractor, ReduceFunction, Emitter, VolatileKey, ReduceConfig, IndexFunction, KeyEqualFunction >:

#include <reduce_table.hpp>


The documentation for this class was generated from the following file: