This option will rewrite all aggregate functions in a query, adding -OrNull suffix to them.
This must be implemented via query rewrite (similar to count_distinct_implementation setting) to get consistent results for distributed queries.
Follow-up for #2509.