|
| fdd (fastContext &c) |
|
| fdd (fastContext &c, size_t s, const std::vector< size_t > &dataAlloc) |
|
| fdd (fastContext &c, size_t s) |
|
| fdd (fastContext &c, T *data, size_t size) |
|
| fdd (fastContext &c, std::vector< T > &dataV) |
|
| fdd (fastContext &c, const char *fileName) |
|
template<typename U > |
fdd< U > * | map (mapFunctionP< T, U > funcP) |
|
template<typename U > |
fdd< U > * | map (PmapFunctionP< T, U > funcP) |
|
template<typename L , typename U > |
indexedFdd< L, U > * | map (ImapFunctionP< T, L, U > funcP) |
|
template<typename L , typename U > |
indexedFdd< L, U > * | map (IPmapFunctionP< T, L, U > funcP) |
|
template<typename U > |
fdd< U > * | bulkMap (bulkMapFunctionP< T, U > funcP) |
|
template<typename U > |
fdd< U > * | bulkMap (PbulkMapFunctionP< T, U > funcP) |
|
template<typename L , typename U > |
indexedFdd< L, U > * | bulkMap (IbulkMapFunctionP< T, L, U > funcP) |
|
template<typename L , typename U > |
indexedFdd< L, U > * | bulkMap (IPbulkMapFunctionP< T, L, U > funcP) |
|
template<typename U > |
fdd< U > * | flatMap (flatMapFunctionP< T, U > funcP) |
|
template<typename U > |
fdd< U > * | flatMap (PflatMapFunctionP< T, U > funcP) |
|
template<typename L , typename U > |
indexedFdd< L, U > * | flatMap (IflatMapFunctionP< T, L, U > funcP) |
|
template<typename L , typename U > |
indexedFdd< L, U > * | flatMap (IPflatMapFunctionP< T, L, U > funcP) |
|
template<typename U > |
fdd< U > * | bulkFlatMap (bulkFlatMapFunctionP< T, U > funcP) |
|
template<typename U > |
fdd< U > * | bulkFlatMap (PbulkFlatMapFunctionP< T, U > funcP) |
|
template<typename L , typename U > |
indexedFdd< L, U > * | bulkFlatMap (IbulkFlatMapFunctionP< T, L, U > funcP) |
|
template<typename L , typename U > |
indexedFdd< L, U > * | bulkFlatMap (IPbulkFlatMapFunctionP< T, L, U > funcP) |
|
T | reduce (reduceFunctionP< T > funcP) |
|
T | bulkReduce (bulkReduceFunctionP< T > funcP) |
|
std::vector< T > | collect () |
|
fdd< T > * | cache () |
|
void | discard () |
|
void * | getKeyMap () |
|
void | setKeyMap (void *keyMap UNUSED) |
|
bool | isGroupedByKey () |
|
void | setGroupedByKey (bool gbk UNUSED) |
|
void | setSize (size_t &s) |
|
size_t | getSize () |
|
int | getId () |
|
const std::vector< size_t > & | getAlloc () |
|
fddType | tType () |
|
fddType | kType () |
|
bool | isCached () |
|
virtual void | setKeyMap (void *keyMap)=0 |
|