[FEA] Support casting operations on nested types #7225
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Spark
Functionality that helps Spark RAPIDS
Is your feature request related to a problem? Please describe.
Currently we support
castTo
on primitive data types. This request is to extend this functionality/operator to nested types like lists, structs, and list of structs.Describe the solution you'd like
One should be able to call a cudf function to cast an
array(floats)
for example to anarray(doubles)
. We should also allow other valid casts that we support today to nested type category.The text was updated successfully, but these errors were encountered: