Go to the source code of this file.
|
| 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...
|
| |
◆ THRILL_API_CONCAT_TO_DIA_HEADER
| #define THRILL_API_CONCAT_TO_DIA_HEADER |