Skip to content

Commit

Permalink
Test docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Truong <[email protected]>
  • Loading branch information
ttnghia committed Jan 10, 2025
1 parent 4b7c874 commit 76e3a87
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions cpp/include/cudf/aggregation/host_udf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,7 @@ struct aggregate_result_functor;
/**
* @brief The interface for host-based UDF implementation for groupby aggregation context.
*
* An implementation of host-based UDF for groupby needs to be derived from this class.
* In addition to implementing the virtual functions declared in the base class `host_udf_base`,
* such derived class must also define the functions `get_empty_output` to return result when the
* input is empty, and `operator()` to perform its groupby operations.
*
* During execution, the derived class can access to internal data provided by libcudf groupby
* framework through a set of ``get*`` accessors, as well as calling other build-in groupby
* aggregations through the `compute_aggregation` function.
* TODO.
*
* @note The derived class can only perform sort-based groupby aggregations. Hash-based groupby
* aggregations require more complex data structure and is not yet supported.
Expand Down

0 comments on commit 76e3a87

Please sign in to comment.