Performs an equality comparison between two elements in two columns. More...
Public Member Functions | |
template<typename Element , CUDF_ENABLE_IF(cudf::is_equality_comparable< Element, Element >()) > | |
bool | operator() (column_device_view const &lhs, column_device_view const &rhs, size_type lhs_element_index, size_type rhs_element_index) const |
Compares the specified elements for equality. More... | |
Performs an equality comparison between two elements in two columns.
Definition at line 64 of file primitive_row_operators.cuh.
|
inline |
Compares the specified elements for equality.
lhs | The first column |
rhs | The second column |
lhs_element_index | The index of the first element |
rhs_element_index | The index of the second element |
Definition at line 76 of file primitive_row_operators.cuh.