[FEA] cudf::gather for Struct columns #5912
Labels
2 - In Progress
Currently a work in progress
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
After #5807 is merged, it would be good to have support for
cudf::gather()
onstruct
columns. This would enable the composition oflist<struct>
from astruct
column. At the moment, callingcudf::gather()
on astruct
column would lead to a CUDF failure.The text was updated successfully, but these errors were encountered: