CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
cpark::Collect Class Reference

#include <collect.h>

Public Member Functions

 Collect ()=default
 
template<concepts::Rdd R, typename T = utils::RddElementType<R>>
std::vector< Toperator() (const R &rdd) const
 

Detailed Description

A class that collects all the partitions in an Rdd into a single vector.

Examples
collect_partitions.cpp.

Constructor & Destructor Documentation

◆ Collect()

cpark::Collect::Collect ( )
explicitdefault

Initialize the Collect class

Member Function Documentation

◆ operator()()

template<concepts::Rdd R, typename T = utils::RddElementType<R>>
std::vector< T > cpark::Collect::operator() ( const R &  rdd) const
inline

Collect the elements of the Rdd rdd into a vector.


The documentation for this class was generated from the following file: