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