#include "Util/ApplyOrder.h"
#include "Core/Vector/VectorSet.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::Core |
namespace | Impala::Core::Column |
Functions | |
template<class C> | |
void | Impala::Core::Column::ApplyOrder (C *data, ColumnTem< int > *order) |
overloaded from Util::ApplyOrder | |
template<> | |
void | Impala::Core::Column::ApplyOrder (Vector::VectorSet< Array::Array2dScalarReal64 > *data, ColumnTem< int > *orderCol) |
specialisation for VectorSet (of doubles) |