Skip to content

Commit

Permalink
String support for jcudf row to cudf column conversion (#10871)
Browse files Browse the repository at this point in the history
This PR adds support for string column creation from jcudf row data. It leverages the fixed-width data copy to convert the offsets and lengths stored inside the fixed-width data section and then uses that information to copy the string data itself from the jcudf row format into the cudf column.

closes #10286

Authors:
   - Mike Wilson (https://github.com/hyperbolic2346)

Approvers:
   - Ray Douglass (https://github.com/raydouglass)
   - Nghia Truong (https://github.com/ttnghia)
   - https://github.com/nvdbaranec
  • Loading branch information
hyperbolic2346 authored May 25, 2022
1 parent a57d1e1 commit b4674a1
Showing 1 changed file with 270 additions and 104 deletions.
Loading

0 comments on commit b4674a1

Please sign in to comment.