v.1.1.54378Improvement

Return Type of countEqual Function Updated to UInt64

The return type of the countEqual function changed from UInt32 to UInt64 (谢磊).
The return type of the countEqual function has been changed from UInt32 to UInt64.

Why it matters

This change allows the countEqual function to handle larger counts by increasing the maximum count value it can return, preventing overflow issues for large datasets.

How to use it

Users do not need to change their existing queries. The countEqual function will now automatically return results as UInt64, supporting larger counts transparently.