#include "Core/Column/Select.h"#include "Basis/Quid.h"#include "Core/Table/Filter.h"Include dependency graph for SelectOneColumn.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::Table |
Functions | |
| template<class T1, class T2> | |
| void | Impala::Core::Table::SelectOneColumn (T1 *dst, T2 *src, int col, bool *filter, bool doClearDst) |
| T1 and T2 are both of type TableTem T1 is a table with one column that is of equal type of column <col>. | |
| template<class T1, class T2, class Criterion> | |
| void | Impala::Core::Table::SelectOneColumn (T1 *dst, T2 *src, int col, Criterion c, bool doClearDst) |
1.5.1