quackdb_internal::ffi

Function duckdb_table_function_add_parameter

Source
pub unsafe extern "C" fn duckdb_table_function_add_parameter(
    table_function: *mut c_void,
    type_: *mut _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.