[FEA] Remove redundant parameter in strings::detail::create_chars_child_column
#8559
Labels
feature request
New feature or request
improvement
Improvement / enhancement to an existing function
libcudf
Affects libcudf (C++/CUDA) code.
non-breaking
Non-breaking change
strings
strings issues (C++ and Python)
Currently,
strings::detail::create_chars_child_column
has the following signature:and its implementation is simply as
Thus, the first parameter is redundant. We need to refactor this to remove that parameter. This is a simple task. However, this API is used in many places thus after refactoring this function we still need to spend some time to fix its usage.
The text was updated successfully, but these errors were encountered: