|
Thrill
0.1
|
Definition at line 132 of file group_by_iterator.hpp.
Collaboration diagram for GroupByMultiwayMergeIterator< ValueType, KeyExtractor, Comparator >:#include <group_by_iterator.hpp>
Public Types | |
| using | Key = typename common::FunctionTraits< KeyExtractor >::result_type |
| using | Puller = core::MultiwayMergeTree< ValueIn, std::vector< data::File::Reader >::iterator, Comparator > |
| using | ValueIn = ValueType |
Public Member Functions | |
| GroupByMultiwayMergeIterator (Puller &reader, const KeyExtractor &key_extractor) | |
| GroupByMultiwayMergeIterator (const GroupByMultiwayMergeIterator &)=delete | |
| non-copyable: delete copy-constructor More... | |
| GroupByMultiwayMergeIterator (GroupByMultiwayMergeIterator &&)=default | |
| move-constructor: default More... | |
| bool | HasNext () |
| ValueIn | Next () |
| GroupByMultiwayMergeIterator & | operator= (const GroupByMultiwayMergeIterator &)=delete |
| non-copyable: delete assignment operator More... | |
| GroupByMultiwayMergeIterator & | operator= (GroupByMultiwayMergeIterator &&)=default |
| move-assignment operator: default More... | |
Static Public Attributes | |
| static constexpr bool | debug = false |
Private Member Functions | |
| void | GetNextElem () |
| const Key & | GetNextKey () |
| bool | HasNextForReal () |
Private Attributes | |
| ValueIn | elem_ |
| bool | equal_key_ |
| bool | is_reader_empty_ |
| Key | key_ |
| const KeyExtractor & | key_extractor_ |
| Puller & | reader_ |
| using Key = typename common::FunctionTraits<KeyExtractor>::result_type |
Definition at line 149 of file group_by_iterator.hpp.
| using Puller = core::MultiwayMergeTree< ValueIn, std::vector<data::File::Reader>::iterator, Comparator> |
Definition at line 151 of file group_by_iterator.hpp.
| using ValueIn = ValueType |
Definition at line 148 of file group_by_iterator.hpp.
|
inline |
Definition at line 153 of file group_by_iterator.hpp.
References GroupByIterator< ValueType, KeyExtractor, Comparator >::operator=().
|
delete |
non-copyable: delete copy-constructor
|
default |
move-constructor: default
|
inlineprivate |
|
inlineprivate |
Definition at line 186 of file group_by_iterator.hpp.
References GroupByIterator< ValueType, KeyExtractor, Comparator >::equal_key_, and GroupByIterator< ValueType, KeyExtractor, Comparator >::key_.
|
inline |
Definition at line 170 of file group_by_iterator.hpp.
References GroupByIterator< ValueType, KeyExtractor, Comparator >::equal_key_, and GroupByIterator< ValueType, KeyExtractor, Comparator >::is_reader_empty_.
|
inlineprivate |
Definition at line 182 of file group_by_iterator.hpp.
References GroupByIterator< ValueType, KeyExtractor, Comparator >::is_reader_empty_.
|
inline |
|
delete |
non-copyable: delete assignment operator
|
default |
move-assignment operator: default
|
static |
Definition at line 147 of file group_by_iterator.hpp.
|
private |
Definition at line 196 of file group_by_iterator.hpp.
|
private |
Definition at line 195 of file group_by_iterator.hpp.
|
private |
Definition at line 194 of file group_by_iterator.hpp.
|
private |
Definition at line 197 of file group_by_iterator.hpp.
|
private |
Definition at line 193 of file group_by_iterator.hpp.
|
private |
Definition at line 192 of file group_by_iterator.hpp.