class DuckDB::AggregateFunctionSet

DuckDB::AggregateFunctionSet encapsulates DuckDB’s aggregate function set, which allows registering multiple overloads of an aggregate function under one name.

@note DuckDB::AggregateFunctionSet is experimental.