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 scalar function’s null-handling behavior to special.

@param scalar_function The scalar function.