v.25.7Performance Improvement

When the aggregation query contains only

When the aggregation query contains only a single count() function on a not-Nullable column, the aggregation logic is fully inlined during hash table probing. This avoids allocating and maintaining any aggregation state, significantly reducing memory usage and CPU overhead. This partially addresses #81982. #82104 (Amos Bird).