pub unsafe extern "C" fn duckdb_scalar_function_set_varargs(
scalar_function: duckdb_scalar_function,
type_: duckdb_logical_type,
)
Expand description
Sets the parameters of the given scalar function to varargs. Does not require adding parameters with duckdb_scalar_function_add_parameter.
@param scalar_function The scalar function. @param type The type of the arguments. @return The parameter type. Cannot contain INVALID.