计算给定列中元素的哈希值。 更多...
公共成员函数 | |
| template<typename T , CUDF_ENABLE_IF(column_device_view::has_element_accessor< T >()) > | |
| hash_value_type | operator() (column_device_view col, size_type row_index) const |
| 返回给定列中给定元素的哈希值。 更多... | |
| template<typename T , CUDF_ENABLE_IF(not column_device_view::has_element_accessor< T >()) > | |
| hash_value_type | operator() (column_device_view col, size_type row_index) const |
| 返回给定列中给定元素的哈希值。 更多... | |
公共属性 | |
| Nullate | has_nulls |
| 一个 cudf::nullate 类型,描述如何检查空值。 | |
计算给定列中元素的哈希值。
| hash_function | 用于哈希元素的哈希仿函数。 |
| Nullate | 一个 cudf::nullate 类型,描述如何检查空值。 |
定义于文件 row_operators.cuh 的第 457 行。
|
inline |
返回给定列中给定元素的哈希值。
| T | 要哈希的元素的类型 |
| col | 要哈希的列 |
| row_index | 要哈希的行的索引 |
定义于文件 row_operators.cuh 的第 468 行。
|
inline |
返回给定列中给定元素的哈希值。
| T | 要哈希的元素的类型 |
| col | 要哈希的列 |
| row_index | 要哈希的行的索引 |
定义于文件 row_operators.cuh 的第 485 行。