Function libduckdb_sys::duckdb_init_set_init_data

source ·
pub unsafe extern "C" fn duckdb_init_set_init_data(
    info: duckdb_init_info,
    init_data: *mut c_void,
    destroy: duckdb_delete_callback_t
)
Expand description

Sets the user-provided init data in the init object. This object can be retrieved again during execution.

info: The info object extra_data: The init data object. destroy: The callback that will be called to destroy the init data (if any)