Let's enable queries like `... INLINESTATS count_with_filter = COUNT(*) WHERE <some predicate>, count_total = COUNT(*) BY group, group2`; c.f. https://github.com/elastic/elasticsearch/pull/113735 .
Let's enable queries like
... INLINESTATS count_with_filter = COUNT(*) WHERE <some predicate>, count_total = COUNT(*) BY group, group2; c.f. #113735 .