#include <iostream>
#include "Core/Column/InvalidColumn.h"
Include dependency graph for Copy.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> | |
void | Impala::Core::Column::Copy (C1 *dst, C2 *src, int nrElem, int dstStart, int srcStart) |
void | Impala::Core::Column::Copy (InvalidColumn *dst, InvalidColumn *src, int nrElem, int dstStart, int srcStart) |
template<class C2> | |
void | Impala::Core::Column::Copy (InvalidColumn *dst, C2 *src, int nrElem, int dstStart, int srcStart) |
template<class C1> | |
void | Impala::Core::Column::Copy (C1 *dst, InvalidColumn *src, int nrElem, int dstStart, int srcStart) |
template<class C1, class C2> | |
void | Impala::Core::Column::Copy (C1 *dst, C2 *src, int nrElem) |