Thrill  0.1
concat_to_dia.hpp File Reference
#include <thrill/api/dia.hpp>
#include <thrill/api/source_node.hpp>
#include <thrill/common/logger.hpp>
#include <tlx/vector_free.hpp>
#include <vector>
+ Include dependency graph for concat_to_dia.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ConcatToDIANode< ValueType >
 

Namespaces

 thrill
 
 thrill::api
 

Macros

#define THRILL_API_CONCAT_TO_DIA_HEADER
 

Functions

template<typename ValueType >
auto ConcatToDIA (Context &ctx, const std::vector< ValueType > &in_vector)
 ConcatToDIA is a Source-DOp, which takes a vector of data on all workers, and CONCATENATES them into a DIA. More...
 
template<typename ValueType >
auto ConcatToDIA (Context &ctx, std::vector< ValueType > &&in_vector)
 ConcatToDIA is a Source-DOp, which takes a vector of data on all workers, and CONCATENATES them into a DIA. More...
 

Macro Definition Documentation

◆ THRILL_API_CONCAT_TO_DIA_HEADER

#define THRILL_API_CONCAT_TO_DIA_HEADER

Definition at line 13 of file concat_to_dia.hpp.