Skip to content

Commit

Permalink
Refactor transform_lists_of_structs in row_operators.cu (#13288)
Browse files Browse the repository at this point in the history
This split the functions `transform_lists_of_structs` in `row_operators.cu` into separate functions or simplified their implementation. From one function that can process both cases of having either one or two input columns, now we have two functions, each one processes one case.

Closes #13287.

Authors:
  - Nghia Truong (https://github.com/ttnghia)

Approvers:
  - Divye Gala (https://github.com/divyegala)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Mike Wilson (https://github.com/hyperbolic2346)
  - Bradley Dice (https://github.com/bdice)

URL: #13288
  • Loading branch information
ttnghia authored May 15, 2023
1 parent 4fe3e38 commit 85500af
Showing 1 changed file with 241 additions and 179 deletions.
Loading

0 comments on commit 85500af

Please sign in to comment.