v.24.7Improvement

Support aliases in parametrized view function for new analyzer

Support aliases in parametrized view function (only new analyzer). #65190 (Kseniia Sumarokova).
Support aliases in parametrized view functions (new analyzer only).

Why it matters

This feature enables the use of aliases within parametrized view functions, improving query readability and maintainability by allowing more expressive and concise query definitions when using the new query analyzer.

How to use it

When defining parametrized view functions under the new analyzer, users can now reference aliases directly inside these functions without causing errors or requiring workarounds. This enhancement is automatic once the new analyzer is enabled.