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
Classes | Functions
Collect

Classes

class  cpark::Collect
 

Functions

template<concepts::Rdd R>
auto cpark::operator| (const R &r, const Collect &collect)
 

Detailed Description

This works as the Collect Action of our cpark library

See also
Collect

Function Documentation

◆ operator|()

template<concepts::Rdd R>
auto cpark::operator| ( const R &  r,
const Collect collect 
)

Helper function to collect Rdd elements with pipeline operator |.