Function libduckdb_sys::duckdb_table_function_set_local_init

source ยท
pub unsafe extern "C" fn duckdb_table_function_set_local_init(
    table_function: duckdb_table_function,
    init: duckdb_table_function_init_t,
)
Expand description

Sets the thread-local init function of the table function.

table_function: The table function init: The init function