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

#include <sample_rdd.h>

Public Member Functions

 Sample (double fraction)
 
template<concepts::Rdd R, typename T = utils::RddElementType<R>>
requires std::invocable<std::function<bool(int)>, T>&& std::is_same_v<std::invoke_result_t<std::function<bool(int)>, T>, bool>
auto operator() (const R &r) const
 

Detailed Description

Helper class to create Sample Rdd with pipeline operator |.

Examples
filter_even.cpp.

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