quackdb_internal::ffi

Function duckdb_table_function_add_named_parameter

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