Thrill  0.1
union.hpp File Reference
#include <thrill/api/dia.hpp>
#include <thrill/api/dia_node.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 union.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UnionNode< ValueType >
 Implements a Union operation by hooking any number of input DIANodes and forwarding the output immediately to all children. More...
 
class  UnionNode< ValueType >::RegisterParent
 
struct  UnionNode< ValueType >::UnionChild
 

Namespaces

 thrill
 
 thrill::api
 

Macros

#define THRILL_API_UNION_HEADER
 

Functions

template<typename FirstDIA , typename... DIAs>
auto Union (const FirstDIA &first_dia, const DIAs &... dias)
 Union is a LOp, which creates the union of all items from any number of DIAs as a single DIA, where the items are in an arbitrary order. More...
 
template<typename ValueType >
auto Union (const std::initializer_list< DIA< ValueType > > &dias)
 Union is a LOp, which creates the union of all items from any number of DIAs as a single DIA, where the items are in an arbitrary order. More...
 
template<typename ValueType >
auto Union (const std::vector< DIA< ValueType > > &dias)
 Union is a LOp, which creates the union of all items from any number of DIAs as a single DIA, where the items are in an arbitrary order. More...
 

Macro Definition Documentation

◆ THRILL_API_UNION_HEADER

#define THRILL_API_UNION_HEADER

Definition at line 13 of file union.hpp.