![]() |
CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
|
Classes | |
| class | cpark::Collect |
Functions | |
| template<concepts::Rdd R> | |
| auto | cpark::operator| (const R &r, const Collect &collect) |
This works as the Collect Action of our cpark library
| auto cpark::operator| | ( | const R & | r, |
| const Collect & | collect | ||
| ) |
Helper function to collect Rdd elements with pipeline operator |.