class DuckDB::AggregateFunction

DuckDB::AggregateFunction encapsulates DuckDB’s aggregate function.

@note DuckDB::AggregateFunction is experimental. Phase 1.0 only supports

+set_init+ and +set_finalize+; +update+ and +combine+ are internal no-ops.