#include "Core/Column/InvalidColumn.h"
Include dependency graph for Select.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> | |
int | Impala::Core::Column::Select (C1 *dst, C2 *src, bool *filter, int dstStart, int srcStart, int srcSize) |
Select elements from src based on filter by copying them to dst as long as there is room in dst. | |
int | Impala::Core::Column::Select (InvalidColumn *dst, InvalidColumn *src, bool *filter, int dstStart, int srcStart, int srcSize) |
template<class C2> | |
int | Impala::Core::Column::Select (InvalidColumn *dst, C2 *src, bool *filter, int dstStart, int srcStart, int srcSize) |
template<class C1> | |
int | Impala::Core::Column::Select (C1 *dst, InvalidColumn *src, bool *filter, int dstStart, int srcStart, int srcSize) |