Function duckdb_aggregate_function_set_name

Source
pub unsafe extern "C" fn duckdb_aggregate_function_set_name(
    aggregate_function: duckdb_aggregate_function,
    name: *const c_char,
)
Expand description

Sets the name of the given aggregate function.

@param aggregate_function The aggregate function @param name The name of the aggregate function