v.19.8Improvements

Make Windowfunnel Support Other Unsigned Integer Types

Make windowFunnel support other Unsigned Integer Types. #5320 (sundyli)
The windowFunnel function in ClickHouse now supports additional Unsigned Integer types beyond previous limitations.

Why it matters

This feature extends the flexibility of the windowFunnel function by allowing it to accept various Unsigned Integer types, enabling users to analyze event sequences with a broader range of numeric data types without needing type casting or conversion.

How to use it

Users can directly use the windowFunnel function with different Unsigned Integer types as input parameters as they normally would, without additional configuration or casting.