Function duckdb_create_scalar_function

Source
pub unsafe extern "C" fn duckdb_create_scalar_function() -> duckdb_scalar_function
Expand description

Creates a new empty scalar function.

The return value must be destroyed with duckdb_destroy_scalar_function.

@return The scalar function object.