pub unsafe extern "C" fn duckdb_scalar_function_add_parameter(
scalar_function: duckdb_scalar_function,
type_: duckdb_logical_type,
)
Expand description
Adds a parameter to the scalar function.
@param scalar_function The scalar function. @param type The parameter type. Cannot contain INVALID.