CPARK 1.0
A light-weighted, distributed computing framework for C++ that offers a fast and general-purpose large data processing solution.
|
#include <base_rdd.h>
A concept that requires its classes' objects are id-able, which means these objects can be identified by a numerical id. These classes should have an id()
member function returning a numerical id.