Skip to main content

duckdb_copy_function_set_name

Function duckdb_copy_function_set_name 

Source
pub unsafe extern "C" fn duckdb_copy_function_set_name(
    copy_function: duckdb_copy_function,
    name: *const c_char,
)
Expand description

Sets the name of the copy function.

@param copy_function The copy function @param name The name to set