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
Reduce

Classes

class  cpark::Reduce< Func >
 

Functions

template<typename Func , concepts::Rdd R>
auto cpark::operator| (const R &r, const Reduce< Func > &reduce)
 

Detailed Description

This works as the Reduce Action of our cpark library

See also
Reduce

Function Documentation

◆ operator|()

template<typename Func , concepts::Rdd R>
auto cpark::operator| ( const R &  r,
const Reduce< Func > &  reduce 
)

Helper function to create Reduced Rdd result with pipeline operator |.