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.
This option will rewrite all aggregate functions in a query, adding
-OrNullsuffix to them.This must be implemented via query rewrite (similar to
count_distinct_implementationsetting) to get consistent results for distributed queries.Follow-up for #2509.