pub unsafe extern "C" fn duckdb_aggregate_function_set_error(
info: duckdb_function_info,
error: *const c_char,
)
Expand description
Report that an error has occurred while executing the aggregate function.
@param info The info object @param error The error message