Skip to content

Commit

Permalink
Update src/main/cpp/src/hive_hash.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 Nov 22, 2024
1 parent 994ec34 commit 90a4aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/src/hive_hash.cu
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class hive_device_row_hasher {

__device__ int get_idx_to_process() { return _idx_to_process; }

__device__ cudf::column_device_view get_element() { return _element; }
__device__ cudf::column_device_view get_column() { return _column; }
};


Expand Down

0 comments on commit 90a4aae

Please sign in to comment.