v.1.1.54378Improvement
Return Type of countEqual Function Updated to UInt64
The return type of thecountEqualfunction changed fromUInt32toUInt64(谢磊).
Why it matters
This change allows thecountEqual 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. ThecountEqual function will now automatically return results as UInt64, supporting larger counts transparently.