-
Notifications
You must be signed in to change notification settings - Fork 917
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework nvtext::detokenize to use indexalator for row indices (#12267)
Rework `nvtext::detokenize` to use the `cudf::detail::make_strings_children` and the `cudf::detail::indexalator`. This allows the operation to throw an error if it the output would exceed the size limit of a column. The indexalator usage removes the need for a type-dispatcher call for the row-indices. No function has been added, removed, or changed. Reference #12167 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Nghia Truong (https://github.com/ttnghia) - Bradley Dice (https://github.com/bdice) - Karthikeyan (https://github.com/karthikeyann) URL: #12267
- Loading branch information
1 parent
10fb7ac
commit edfe470
Showing
1 changed file
with
54 additions
and
80 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