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
Count

Classes

class  cpark::Count
 

Functions

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

Detailed Description

This works as the Count Action of our cpark library

See also
Count

Function Documentation

◆ operator|()

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

Helper function to create Count Rdd action with pipeline operator |.