#include <iostream>
#include "Core/Column/InvalidColumn.h"
Include dependency graph for Equals.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> | |
bool | Impala::Core::Column::Equals (const C1 *t1, const C2 *t2, int nrElem) |
template<> | |
bool | Impala::Core::Column::Equals (const InvalidColumn *t1, const InvalidColumn *t2, int nrElem) |
template<class C1, class C2> | |
bool | Impala::Core::Column::Equals (const C1 *t1, const C2 *t2, int nrElem, double tolerance) |
Versions with tolerance. | |
template<> | |
bool | Impala::Core::Column::Equals (const InvalidColumn *t1, const InvalidColumn *t2, int nrElem, double tolerance) |