#include "memory.h"
Include dependency graph for ApplyOrder.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::Util |
Functions | |
template<class Type> | |
void | Impala::Util::ApplyOrder (Type *data, const int *constOrder, int length) |
if order = {3,2,1,0} (and length = 4) then will be reversed used for sorting tables on one column |