v.25.9Improvement

Enable short circuit evaluation

Enable short circuit evaluation for parseDateTime function. #87184 (Pavel Kruglov).
Enabled short circuit evaluation for the parseDateTime function in ClickHouse.

Why it matters

This feature improves the performance and efficiency of queries using parseDateTime by allowing the function to short circuit evaluation when possible, thereby reducing unnecessary computation and speeding up query processing.

How to use it

No special configuration is required. The parseDateTime function now automatically performs short circuit evaluation during query execution.