Function duckdb_aggregate_function_set_destructor

Source
pub unsafe extern "C" fn duckdb_aggregate_function_set_destructor(
    aggregate_function: duckdb_aggregate_function,
    destroy: duckdb_aggregate_destroy_t,
)
Expand description

Sets the state destructor callback of the aggregate function (optional)

@param aggregate_function The aggregate function @param destroy state destroy callback