v.19.8Improvements

Make Sequencematch Aggregate Functions Support Other Unsigned Integer Types #5339 (sundyli)

Make sequenceMatch aggregate functions support other unsigned Integer types #5339 (sundyli)
Enhance the sequenceMatch aggregate functions to support additional unsigned integer types beyond the original implementation.

Why it matters

The feature addresses the limitation where sequenceMatch aggregate functions only supported certain integer types. By enabling support for more unsigned integer types, it broadens the applicability of sequenceMatch in use cases involving diverse unsigned integer data, improving flexibility and user experience.

How to use it

Users can simply use the sequenceMatch aggregate functions with unsigned integer columns such as UInt8, UInt16, UInt32, and UInt64 without extra configuration, as the support for these types is now built-in.