Skip to main content

duckdb_copy_function_set_bind

Function duckdb_copy_function_set_bind 

Source
pub unsafe extern "C" fn duckdb_copy_function_set_bind(
    copy_function: duckdb_copy_function,
    bind: duckdb_copy_function_bind_t,
)
Expand description

Sets the bind function of the copy function, to use when binding COPY ... TO.

@param bind The bind function