v.22.1Improvement

Enable Comparison Between Decimal and Float

Enable comparison between Decimal and Float. Closes #22626. #31966 (flynn).
Enable comparison operations between Decimal and Float data types in ClickHouse.

Why it matters

This feature solves the limitation where Decimal and Float types could not be directly compared in queries, allowing users to perform comparisons seamlessly between these numeric types without explicit type casting.

How to use it

Users can now directly compare Decimal and Float values in their queries using standard comparison operators (e.g., =, <, >) without requiring any additional configuration or casting.