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: Nghia Truong <[email protected]>
  • Loading branch information
ustcfy and ttnghia authored Dec 3, 2024
1 parent 306dde4 commit 2e44509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/cpp/src/xxhash64.cu
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ class device_row_hasher {
public:
class element_hasher {
private:
Nullate const _check_nulls;
hash_value_type const _seed;
Nullate _check_nulls;
hash_value_type _seed;

public:
__device__ element_hasher(Nullate check_nulls, hash_value_type seed)
Expand Down

0 comments on commit 2e44509

Please sign in to comment.