Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
TupleIterator (TupleSorter *parent, int64_t index) | |
void | Next () |
void | Prev () |
Private Attributes | |
TupleSorter * | parent_ |
int64_t | index_ |
uint8_t * | current_tuple_ |
uint8_t * | buffer_start_ |
int | block_index_ |
Friends | |
class | TupleSorter |
|
inline |
Definition at line 222 of file sorter.cc.
References impala::Sorter::TupleSorter::block_capacity_, impala::Sorter::Run::fixed_len_blocks_, impala::Sorter::TupleSorter::run_, impala::Sorter::TupleSorter::tuple_size_, and UNLIKELY.
|
inline |
Definition at line 247 of file sorter.cc.
References UNLIKELY.
Referenced by impala::Sorter::TupleSorter::InsertionSort(), and impala::Sorter::TupleSorter::Partition().
|
inline |
Definition at line 262 of file sorter.cc.
References UNLIKELY.
Referenced by impala::Sorter::TupleSorter::InsertionSort(), and impala::Sorter::TupleSorter::Partition().
|
friend |
|
private |
|
private |
|
private |
Definition at line 283 of file sorter.cc.
Referenced by impala::Sorter::TupleSorter::InsertionSort(), impala::Sorter::TupleSorter::Partition(), and impala::Sorter::TupleSorter::SortHelper().
|
private |
Definition at line 280 of file sorter.cc.
Referenced by impala::Sorter::TupleSorter::InsertionSort(), impala::Sorter::TupleSorter::Partition(), and impala::Sorter::TupleSorter::SortHelper().
|
private |