Skip to content

Commit

Permalink
Fix minor details
Browse files Browse the repository at this point in the history
Signed-off-by: ustcfy <[email protected]>
  • Loading branch information
ustcfy committed Nov 29, 2024
1 parent aaa05a9 commit 2bb3c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/cpp/src/xxhash64.cu
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@ 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)], ], which has only one item [(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 2bb3c60

Please sign in to comment.