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::PartitionByRdd< R, Partitioner > |
class | cpark::PartitionBy< Args > |
class | cpark::PartitionBy< Partitioner > |
class | cpark::PartitionBy<> |
Functions | |
template<cpark::concepts::Rdd R, typename P > | |
auto | cpark::operator| (const R &r, const P &p) |
This forms the Partition By Transformation of our cpark library
auto cpark::operator| | ( | const R & | r, |
const P & | p | ||
) |
Pipeline operator helper.