Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use get_offset_value utility in strings shift function (#14743)
Updates `cudf::strings::detail::shift` to support int32 or int64 offset types by changing calls to `get_value` to `get_offset_value`. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Nghia Truong (https://github.com/ttnghia) - Yunsong Wang (https://github.com/PointKernel) URL: #14743
- Loading branch information