Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] Support comparison binary operators on nested structs #3149

Open
revans2 opened this issue Aug 5, 2021 · 1 comment
Open

[FEA] Support comparison binary operators on nested structs #3149

revans2 opened this issue Aug 5, 2021 · 1 comment
Assignees
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request

Comments

@revans2
Copy link
Collaborator

revans2 commented Aug 5, 2021

Is your feature request related to a problem? Please describe.
I filed an issue rapidsai/cudf#8964 to try and support comparison binary operators on nested structs. (not lists or maps, but just structs).

These include EqualNullSafe, EqualTo, GreaterThan, GreaterThanOrEqual, Greatest, Least, LessThan, and LessThanOrEqual

Once the dependent issue is done we should start to work on supporting these.

@revans2 revans2 added feature request New feature or request ? - Needs Triage Need team to review and classify cudf_dependency An issue or PR with this label depends on a new feature in cudf labels Aug 5, 2021
@Salonijain27 Salonijain27 removed the ? - Needs Triage Need team to review and classify label Aug 10, 2021
@rwlee
Copy link
Contributor

rwlee commented Aug 19, 2022

EqualNullSafe, EqualTo, GreaterThan, GreaterThanOrEqual, Greatest, LessThan, and LessThanOrEqual are all complete.

Least does not have support and not currently in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf_dependency An issue or PR with this label depends on a new feature in cudf feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants