[FEA] Port replace.hpp to cudf::column types #2944
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Spark
Functionality that helps Spark RAPIDS
Now that #2207 is merged we need to start porting functionality to use it. This issue covers functionality defined in cudf/replace.hpp.
Update the API functions definitions in cudf/replace.hpp and their implementations to use the new cudf::column and associated classes.
Note that until string columns and other wrapper types are supported, operations will only be able to be implemented for numerical columns. Initially the "legacy" APIs should be kept in place but moved to the cudf/legacy folder and if necessary a legacy namespace.
The text was updated successfully, but these errors were encountered: