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 7, 2025
1 parent d7686aa commit 98c5e77
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 @@ -319,7 +319,7 @@ struct host_udf_groupby_base : host_udf_base {
std::function<column_view(std::unique_ptr<aggregation>)> aggregation_assessor_callback;

/**
* @brief Perform computing a built-in groupby aggregation and access its result.
* @brief Compute a built-in groupby aggregation and access its result.
*
* This allows the derived class to call any other built-in groupby aggregations on the same input
* values column and access the output for its operations.
Expand Down

0 comments on commit 98c5e77

Please sign in to comment.