Function duckdb_create_aggregate_function_set

Source
pub unsafe extern "C" fn duckdb_create_aggregate_function_set(
    name: *const c_char,
) -> duckdb_aggregate_function_set
Expand description

Creates a new empty aggregate function set.

The return value should be destroyed with duckdb_destroy_aggregate_function_set.

@return The aggregate function set object.