[FEA] Refactor transform_lists_of_structs
in row_operators.cu
#13287
Labels
feature request
New feature or request
transform_lists_of_structs
in row_operators.cu
#13287
As discussed in https://github.com/rapidsai/cudf/pull/12953/files#r1176816066, the function
transform_lists_of_structs
inrow_operators.cu
should be either split into two separate functions or simplified its implementation (by using #12932). Since #12932 is no longer relevant, we are left with just one option which is to split it into two separate functions, each processing one table input vs two tables input.The text was updated successfully, but these errors were encountered: