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::Count Class Reference

#include <count.h>

Public Member Functions

 Count ()=default
 
template<concepts::Rdd R>
unsigned long long operator() (const R &rdd) const
 

Detailed Description

A class who counts the total number of elements in parallel.

Constructor & Destructor Documentation

◆ Count()

cpark::Count::Count ( )
explicitdefault

Initialize the Count class.

Member Function Documentation

◆ operator()()

template<concepts::Rdd R>
unsigned long long cpark::Count::operator() ( const R &  rdd) const
inline

Compute the count of the Rdd elements.


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