-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
strings::repeat_strings
API that can repeat each string a diffe…
…rent number of times (#8561) This work is requested from the Spark team, which is also a follow up work on #8423 so that cudf's `strings::repeat_strings` fully supports `StringRepeat` SQL expression in Apache Spark. Note that this API requires to explicitly implement overflow check for the size of the output strings column, as it is not trivial and can't be performed outside of cudf. This PR also rewrites some existing code, including renaming variables and changes in doxygen. ### Follow up works depending on this PR: * Benchmark: #8589 * Java binding: #8572 Authors: - Nghia Truong (https://github.com/ttnghia) Approvers: - Vukasin Milovanovic (https://github.com/vuule) - Jason Lowe (https://github.com/jlowe) - Conor Hoekstra (https://github.com/codereport) - David Wendt (https://github.com/davidwendt) URL: #8561
- Loading branch information
Showing
4 changed files
with
892 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.