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] Expand string operator support in libcudf ASTs #13358

Open
GregoryKimball opened this issue May 16, 2023 · 0 comments
Open

[FEA] Expand string operator support in libcudf ASTs #13358

GregoryKimball opened this issue May 16, 2023 · 0 comments
Labels
0 - Backlog In queue waiting for assignment feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. Spark Functionality that helps Spark RAPIDS

Comments

@GregoryKimball
Copy link
Contributor

After adding string scalar support in #13061, libcudf now supports string column and string scalar operands, plus comparison operators.

There are additional operators that would be useful for string types, and this issue will track the most-requested operators.

in scope:
string contains, startswith, endswith
length, find, rfind

out of scope for now:
casting to and from string to other AST types
regex support
concatenation

(Also see background issue #8858)

@GregoryKimball GregoryKimball added feature request New feature or request 0 - Backlog In queue waiting for assignment libcudf Affects libcudf (C++/CUDA) code. Spark Functionality that helps Spark RAPIDS labels May 16, 2023
@GregoryKimball GregoryKimball removed this from libcudf Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog In queue waiting for assignment feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

No branches or pull requests

1 participant