Thrill  0.1
word_count.hpp File Reference
#include <thrill/api/reduce_by_key.hpp>
#include <tlx/string/split_view.hpp>
#include <string>
#include <utility>
+ Include dependency graph for word_count.hpp:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ THRILL_EXAMPLES_WORD_COUNT_WORD_COUNT_HEADER

#define THRILL_EXAMPLES_WORD_COUNT_WORD_COUNT_HEADER

Definition at line 17 of file word_count.hpp.