NVIDIA / NVIDIA/cudf

[FEA] Support strong index types in other `cudf::experimental::row::` comparators and hashers

Open
#11,091 5 comments 0 reactions 0 assignees View on GitHub
0 - Backlog feature request libcudf
Dominant language
C++
Stars
9.8k
Forks
1.1k
Avg merge
3d 6m
Merged PRs (30d)
278

Description

When we have multiple tables to compare, we need strong index types. On the other hand, when we just do one table operations like comparing or hashing rows of the same table, we typically don't need these strong types.

However, sometimes we actually need to support strong types in these self- operations. For example, we create a hash map with strong index types. In such cases, row comparator and hasher need to operate on strong index types.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.