Thrill
0.1
|
#include <thrill/api/reduce_by_key.hpp>
#include <tlx/string/split_view.hpp>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
struct | HashWordHasher |
Namespaces | |
examples | |
examples::word_count | |
Macros | |
#define | THRILL_EXAMPLES_WORD_COUNT_WORD_COUNT_HEADER |
Typedefs | |
using | HashWord = std::pair< size_t, std::string > |
using | HashWordCount = std::pair< HashWord, size_t > |
using | WordCountPair = std::pair< std::string, size_t > |
Functions | |
template<typename InputStack > | |
auto | HashWordCountExample (const DIA< std::string, InputStack > &input) |
template<typename InputStack > | |
auto | WordCount (const DIA< std::string, InputStack > &input) |
#define THRILL_EXAMPLES_WORD_COUNT_WORD_COUNT_HEADER |
Definition at line 17 of file word_count.hpp.