Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed Mar 24, 2023
1 parent 7c63726 commit 422f93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/table/row_operators.cu
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ table_view remove_struct_child_offsets(table_view table)
* same row.
*
* In the case of structs column having its first child is a lists column such as
* `Struct<List<int>, int>`, after decomposition we get three columns `Struct<Struct<>>`,
* `List<int>`, and `int`.
* `Struct<List<int>, float>`, after decomposition we get three columns `Struct<>`,
* `List<int>`, and `float`.
*
* @param table The table whose struct columns to decompose.
* @param column_order The per-column order if using output with lexicographic comparison
Expand Down

0 comments on commit 422f93c

Please sign in to comment.