File tree 1 file changed +2
-2
lines changed
cpp/include/cudf/aggregation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,8 +225,8 @@ struct aggregate_result_functor;
225
225
* input is empty, and `operator()` to perform its groupby operations.
226
226
*
227
227
* During execution, the derived class can access to internal data provided by libcudf groupby
228
- * framework through a set of `get*` accessors, as well as calling other build-in groupby
229
- * aggregations through the `compute_aggregation() ` function.
228
+ * framework through a set of `` get*` ` accessors, as well as calling other build-in groupby
229
+ * aggregations through the `compute_aggregation` function.
230
230
*
231
231
* @note The derived class can only perform sort-based groupby aggregations. Hash-based groupby
232
232
* aggregations require more complex data structure and is not yet supported.
You can’t perform that action at this time.
0 commit comments