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
Classes | Functions

Classes

class  cpark::SampleRdd< R >
 
class  cpark::Sample
 

Functions

template<concepts::Rdd R>
auto cpark::operator| (const R &r, const Sample &sample)
 

Detailed Description

This forms the Sample Transformation of our cpark library

SampleRdd diagram
See also
SampleRdd
Sample

Function Documentation

◆ operator|()

template<concepts::Rdd R>
auto cpark::operator| ( const R &  r,
const Sample sample 
)

Helper function to create Sample Rdd with pipeline operator |.