pub unsafe extern "C" fn duckdb_table_function_add_named_parameter(
    table_function: duckdb_table_function,
    name: *const c_char,
    type_: duckdb_logical_type
)
Expand description

Adds a named parameter to the table function.

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