pub unsafe extern "C" fn duckdb_table_function_add_parameter(
    table_function: duckdb_table_function,
    type_: duckdb_logical_type
)
Expand description

Adds a parameter to the table function.

table_function: The table function type: The type of the parameter to add.