Function libduckdb_sys::duckdb_table_function_set_init

source ·
pub unsafe extern "C" fn duckdb_table_function_set_init(
    table_function: duckdb_table_function,
    init: duckdb_table_function_init_t
)
Expand description

Sets the init function of the table function.

table_function: The table function init: The init function