Function duckdb_create_table_function

Source
pub unsafe extern "C" fn duckdb_create_table_function() -> duckdb_table_function
Expand description

Creates a new empty table function.

The return value should be destroyed with duckdb_destroy_table_function.

returns: The table function object.