Skip to main content

duckdb_create_copy_function

Function duckdb_create_copy_function 

Source
pub unsafe extern "C" fn duckdb_create_copy_function() -> duckdb_copy_function
Expand description

Creates a new empty copy function.

The return value must be destroyed with duckdb_destroy_copy_function.

@return The copy function object.