[FEA] Expand string operator support in libcudf ASTs #13358
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
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)
The text was updated successfully, but these errors were encountered: