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