libcudf
24.04.00
|
Computes the hash value of a row in the given table. More...
Public Member Functions | |
auto | operator() (size_type row_index) const noexcept |
Return the hash value of a row in the given table. More... | |
Friends | |
class | row_hasher |
Allow row_hasher to access private members. | |
Computes the hash value of a row in the given table.
hash_function | Hash functor to use for hashing elements. |
Nullate | A cudf::nullate type describing whether to check for nulls. |
Definition at line 1859 of file experimental/row_operators.cuh.
|
inlinenoexcept |
Return the hash value of a row in the given table.
row_index | The row index to compute the hash value of |
Definition at line 1869 of file experimental/row_operators.cuh.