#include <iostream>
#include "Core/Column/ColumnTem.h"
Include dependency graph for IsSorted.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 C> | |
bool | Impala::Core::Column::IsSortedAscending (C *col, int nrElem) |
Check whether column is sorted in ascending order. | |
template<class C> | |
bool | Impala::Core::Column::IsSortedDescending (C *col, int nrElem) |
Check whether column is sorted in descending order. |