pub unsafe extern "C" fn duckdb_create_table_function() -> duckdb_table_functionExpand description
Creates a new empty table function.
The return value should be destroyed with duckdb_destroy_table_function.
@return The table function object.
pub unsafe extern "C" fn duckdb_create_table_function() -> duckdb_table_functionCreates a new empty table function.
The return value should be destroyed with duckdb_destroy_table_function.
@return The table function object.