Go to the source code of this file.
|
| class | MergeNode< ValueType, Comparator, kNumInputs > |
| | Implementation of Thrill's merge. More...
|
| |
| struct | MergeNode< ValueType, Comparator, kNumInputs >::Pivot |
| |
| class | MergeNode< ValueType, Comparator, kNumInputs >::ReducePivots |
| |
| class | MergeNode< ValueType, Comparator, kNumInputs >::RegisterParent |
| |
| class | MergeNode< ValueType, Comparator, kNumInputs >::Stats |
| | Stats holds timers for measuring merge performance, that supports accumulating the output and printing it to the standard out stream. More...
|
| |
|
| template<typename Comparator , typename FirstDIA , typename... DIAs> |
| auto | Merge (const Comparator &comparator, const FirstDIA &first_dia, const DIAs &... dias) |
| | Merge is a DOp, which merges any number of sorted DIAs to a single sorted DIA. More...
|
| |
◆ THRILL_API_MERGE_HEADER
| #define THRILL_API_MERGE_HEADER |