#include <iostream>#include "Core/Column/ColumnTem.h"#include "Util/QuickSort.h"Include dependency graph for Sort.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Impala |
| namespace | Impala::Core |
| namespace | Impala::Core::Column |
Functions | |
| template<class C1, class C2> | |
| void | Impala::Core::Column::SortAscending (C1 *first, C2 *second, int nrElem) |
| Sort columns first and second in ascending order based on the values in the second column. | |
| template<class C1, class C2> | |
| void | Impala::Core::Column::SortAscendingTopN (C1 *first, C2 *second, C1 *result, C2 *resultSecond) |
| Sort only topN of columns first and second in ascending order based on the values in the second column. | |
| template<class C1, class C2> | |
| void | Impala::Core::Column::SortDescending (C1 *first, C2 *second, int nrElem) |
| Sort columns first and second in descending order based on the values in the second column. | |
| template<class C1, class C2> | |
| void | Impala::Core::Column::SortDescendingTopN (C1 *first, C2 *second, C1 *result, C2 *resultSecond) |
| Sort only topN of columns first and second in descending order based on the values in the second column. | |
1.5.1