v.24.7Improvement

arrayMin/arrayMax Applicable to All Comparable Data Types

arrayMin/arrayMax can be applicable to all data types that are comparable. #65455 (pn).
arrayMin and arrayMax functions are enhanced to support all comparable data types.

Why it matters

This feature allows arrayMin and arrayMax to be used with any data type that supports comparison, expanding their applicability beyond previously supported types and enabling more flexible and powerful data analysis.

How to use it

Use arrayMin and arrayMax functions on arrays containing any comparable data types as you normally would. There are no additional configurations or settings required.