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.
pub unsafe extern "C" fn duckdb_create_scalar_function() -> duckdb_scalar_function
Creates a new empty scalar function.
The return value must be destroyed with duckdb_destroy_scalar_function
.
@return The scalar function object.