Function duckdb_scalar_function_set_special_handling

Source
pub unsafe extern "C" fn duckdb_scalar_function_set_special_handling(
    scalar_function: duckdb_scalar_function,
)
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.