Skip to main content

duckdb_register_copy_function

Function duckdb_register_copy_function 

Source
pub unsafe extern "C" fn duckdb_register_copy_function(
    connection: duckdb_connection,
    copy_function: duckdb_copy_function,
) -> duckdb_state
Expand description

Registers the given copy function on the database connection under the specified name.

@param connection The database connection @param copy_function The copy function to register