Function object for computing the hash value of a row in a column. More...
Public Member Functions | |
| template<typename T , CUDF_ENABLE_IF(column_device_view::has_element_accessor< T >()) > | |
| hash_value_type | operator() (hash_value_type seed, column_device_view const &col, size_type row_index) const |
| Returns the hash value of the given element in the given column. More... | |
Function object for computing the hash value of a row in a column.
| Hash | Hash functor to use for hashing elements |
Definition at line 204 of file primitive_row_operators.cuh.
|
inline |
Returns the hash value of the given element in the given column.
| T | The type of the element to hash |
| seed | The seed value to use for hashing |
| col | The column to hash |
| row_index | The index of the row to hash |
Definition at line 216 of file primitive_row_operators.cuh.