![]() |
CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
|
#include <filter_rdd.h>
Public Member Functions | |
Filter (Func func) | |
template<concepts::Rdd R, typename T = utils::RddElementType<R>> requires std::invocable<Func, T>&& std::is_same_v<std::invoke_result_t<Func, T>, bool> | |
auto | operator() (const R &r) const |
Helper class to create FilterRdd with pipeline operator |
.