Thrill  0.1
word_count_simple.cpp File Reference
#include <thrill/api/read_lines.hpp>
#include <thrill/api/reduce_by_key.hpp>
#include <thrill/api/write_lines.hpp>
#include <tlx/string/split_view.hpp>
#include <iostream>
#include <string>
#include <utility>
+ Include dependency graph for word_count_simple.cpp:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 
void WordCount (thrill::Context &ctx, std::string input, std::string output)
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 46 of file word_count_simple.cpp.

References thrill::api::Run(), and WordCount().

◆ WordCount()

void WordCount ( thrill::Context ctx,
std::string  input,
std::string  output 
)