CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
|
#include <count.h>
Public Member Functions | |
Count ()=default | |
template<concepts::Rdd R> | |
unsigned long long | operator() (const R &rdd) const |
A class who counts the total number of elements in parallel.
|
explicitdefault |
Initialize the Count class.
Compute the count of the Rdd elements.