Thrill  0.1
concat.hpp File Reference
#include <thrill/api/dia.hpp>
#include <thrill/api/dop_node.hpp>
#include <thrill/common/functional.hpp>
#include <thrill/common/logger.hpp>
#include <thrill/common/string.hpp>
#include <thrill/data/file.hpp>
#include <tlx/meta/call_foreach_with_index.hpp>
#include <tlx/meta/vexpand.hpp>
#include <algorithm>
#include <initializer_list>
#include <vector>
+ Include dependency graph for concat.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConcatNode< ValueType >
 
class  ConcatNode< ValueType >::RegisterParent
 

Namespaces

 thrill
 
 thrill::api
 

Macros

#define THRILL_API_CONCAT_HEADER
 

Functions

template<typename FirstDIA , typename... DIAs>
auto Concat (const FirstDIA &first_dia, const DIAs &... dias)
 Concat is a DOp, which concatenates any number of DIAs to a single DIA. More...
 
template<typename ValueType >
auto Concat (const std::initializer_list< DIA< ValueType > > &dias)
 Concat is a DOp, which concatenates any number of DIAs to a single DIA. More...
 
template<typename ValueType >
auto Concat (const std::vector< DIA< ValueType > > &dias)
 Concat is a DOp, which concatenates any number of DIAs to a single DIA. More...
 

Macro Definition Documentation

◆ THRILL_API_CONCAT_HEADER

#define THRILL_API_CONCAT_HEADER

Definition at line 13 of file concat.hpp.