Thrill
0.1
|
#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>
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) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 46 of file word_count_simple.cpp.
References thrill::api::Run(), and WordCount().
void WordCount | ( | thrill::Context & | ctx, |
std::string | input, | ||
std::string | output | ||
) |
Definition at line 20 of file word_count_simple.cpp.
References thrill::api::ReadLines(), tlx::split_view(), StringView::to_string(), and thrill::mem::to_string().
Referenced by main(), RunWordCount(), and RunWordCountGenerated().