[FEA] Support ArrayIntersect on at least Arrays of String #4932
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.
This is a follow on issue for #4900. Specifically
Looking at CUDF there is no existing functionality that supports this, but it should not be too difficult as it is similar to the existing drop duplicates code. If we have really long lists we might need to do something drastically different, but either way I will file an issue in CUDF to support this type of functionality.
It would be great to look at support for similar operators like array_union and array_except too.
The text was updated successfully, but these errors were encountered: