cudf
cudf copied to clipboard
Use experimental make_strings_children for strings join/url_encode/slice
Description
Updates strings APIs to use the new experimental make_strings_children which supports building large strings.
-
cudf::strings::join_strings -
cudf::strings::join_list_elements -
cudf::strings::slice_strings -
cudf::strings::format_list_column -
cudf::strings::url_encode
Reference https://github.com/rapidsai/cudf/issues/15579
Checklist
- [x] I am familiar with the Contributing Guidelines.
- [x] New or existing tests cover these changes.
- [x] The documentation is up to date with these changes.