template<template< typename > class hash_function, typename Nullate>
class cudf::experimental::row::hash::device_row_hasher< hash_function, Nullate >
Computes the hash value of a row in the given table.
- Template Parameters
-
hash_function | Hash functor to use for hashing elements. |
Nullate | A cudf::nullate type describing whether to check for nulls. |
- Deprecated:
- This class is deprecated in 25.10 and will be removed in 25.12. Users should use cudf/detail/row_operator/row_operators.cuh instead.
Definition at line 1937 of file experimental/row_operators.cuh.