Function duckdb_scalar_function_set_name

Source
pub unsafe extern "C" fn duckdb_scalar_function_set_name(
    scalar_function: duckdb_scalar_function,
    name: *const c_char,
)
Expand description

Sets the name of the given scalar function.

@param scalar_function The scalar function @param name The name of the scalar function