#include "Core/Column/Contains.h"
Include dependency graph for CopyUnique.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::CopyUnique (C1 *dst, C2 *src, int dstStart, int srcStart, int srcSize) |
Copy elements in the range [srcStart,srcSize) of src to dst provided they are not already present in the range [0,dstStart) of dst. | |
int | Impala::Core::Column::CopyUnique (InvalidColumn *dst, InvalidColumn *src, int dstStart, int srcStart, int srcSize) |
template<class C2> | |
int | Impala::Core::Column::CopyUnique (InvalidColumn *dst, C2 *src, int dstStart, int srcStart, int srcSize) |
template<class C1> | |
int | Impala::Core::Column::CopyUnique (C1 *dst, InvalidColumn *src, int dstStart, int srcStart, int srcSize) |