Function 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.

@param table_function The table function @param init The init function