pub unsafe extern "C" fn duckdb_destroy_scalar_function(
scalar_function: *mut duckdb_scalar_function,
)
Expand description
Destroys the given scalar function object.
@param scalar_function The scalar function to destroy
pub unsafe extern "C" fn duckdb_destroy_scalar_function(
scalar_function: *mut duckdb_scalar_function,
)
Destroys the given scalar function object.
@param scalar_function The scalar function to destroy