v.24.3New Feature

Mode for topK/topkWeighed with counts and error support

A mode for topK/topkWeighed support mode, which return count of values and its error. #54508 (UnamedRus).
Introduces a new mode for the topK and topKWeighted aggregation functions that returns the count of values along with an error estimate.

Why it matters

This feature addresses the need for users to obtain not only the most frequent values but also the counts and error margins associated with those counts, enhancing the accuracy and reliability of data aggregation results.

How to use it

To use this feature, apply the new support mode available in the topK and topKWeighted functions. This mode will return the count of values together with an error estimate, enabling you to assess the accuracy of the aggregated data.