Skip to content

Commit

Permalink
Update src/main/cpp/src/xxhash64.cu
Browse files Browse the repository at this point in the history
Co-authored-by: Chong Gao <[email protected]>
  • Loading branch information
ustcfy and res-life committed Nov 29, 2024
1 parent 97d2718 commit aaa05a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/src/xxhash64.cu
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ class device_row_hasher {
* - If the current column is a primitive column, it computes the hash value.
*
* For example, consider the following nested column: `List<Struct<int, float>>`.
* list_of_struct_column = [(1, 2.0), (3, 4.0)]
* list_of_struct_column = [ [(1, 2.0), (3, 4.0)], ], which has only one item [(1, 2.0), (3, 4.0)]
*
* L1 List<Struct<int, float>>
* |
Expand Down

0 comments on commit aaa05a9

Please sign in to comment.