cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Use experimental make_strings_children for strings join/url_encode/slice

Open davidwendt opened this issue 1 year ago • 0 comments

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.

davidwendt avatar Apr 25 '24 14:04 davidwendt