Skip to content

Commit

Permalink
Update cpp/include/cudf/aggregation/host_udf.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: nvdbaranec <[email protected]>
  • Loading branch information
ttnghia and nvdbaranec authored Jan 8, 2025
1 parent 89e8380 commit 4f6d340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/aggregation/host_udf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace CUDF_EXPORT cudf {
* @brief The fundamental interface for host-based UDF implementation.
*
* This class declares the functions `do_hash`, `is_equal`, and `clone` that must be defined in
* the users' UDF implementation. These function are required for libcudf aggregation framework
* the users' UDF implementation. These functions are required for libcudf aggregation framework
* to perform its operations.
*/
class host_udf_base {
Expand Down

0 comments on commit 4f6d340

Please sign in to comment.