NVIDIA / NVIDIA/cudf

[FEA] Add overloads for row comparator that automatically handle comparisons between rows of a table with a scalar

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

Description

Sometimes, we want to compare rows of a table with a single element given as a scalar. In order to do that, at the caller site, we have to convert the scalar into a column of one row, then convert that column into a table, then pass both tables into the comparator. This is repetitive and tedious.

We should add overloads for the row comparator that can automatically do this. The caller just needs to pass in the input table and input scalar.

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.