Skip to content

Commit

Permalink
Migrate ORC reader to pylibcudf (#16042)
Browse files Browse the repository at this point in the history
xref #15162

Authors:
  - Thomas Li (https://github.com/lithomas1)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Lawrence Mitchell (https://github.com/wence-)

URL: #16042
  • Loading branch information
lithomas1 authored Sep 25, 2024
1 parent e42b91b commit c1f377a
Show file tree
Hide file tree
Showing 18 changed files with 537 additions and 299 deletions.
4 changes: 4 additions & 0 deletions python/cudf/cudf/_lib/io/utils.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ cdef add_df_col_struct_names(
df,
child_names_dict
)
cdef update_col_struct_field_names(
Column col,
child_names
)
cdef update_struct_field_names(
table,
vector[column_name_info]& schema_info)
Expand Down
Loading

0 comments on commit c1f377a

Please sign in to comment.