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.
@param table_function The table function. @param name The parameter name. @param type The parameter type. Cannot contain INVALID.