Function duckdb_create_scalar_function_set

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

Creates a new empty scalar function set.

The return value must be destroyed with duckdb_destroy_scalar_function_set.

@return The scalar function set object.