Function duckdb_aggregate_function_set_special_handling

Source
pub unsafe extern "C" fn duckdb_aggregate_function_set_special_handling(
    aggregate_function: duckdb_aggregate_function,
)
Expand description

Sets the NULL handling of the aggregate function to SPECIAL_HANDLING.

@param aggregate_function The aggregate function