Function duckdb_destroy_table_function

Source
pub unsafe extern "C" fn duckdb_destroy_table_function(
    table_function: *mut duckdb_table_function,
)
Expand description

Destroys the given table function object.

@param table_function The table function to destroy