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.
pub unsafe extern "C" fn duckdb_scalar_function_set_special_handling(
scalar_function: duckdb_scalar_function,
)
Sets the scalar function’s null-handling behavior to special.
@param scalar_function The scalar function.