[FEA] Support comparison binary operators on nested structs #3149
Labels
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
feature request
New feature or request
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.
The text was updated successfully, but these errors were encountered: