v.23.1New Feature

Added Parametrized View Functionality for View Table Engine

Added parametrized view functionality, now it's possible to specify query parameters for the View table engine. resolves #40907. #41687 (SmitaRKulkarni).
Added parametrized view functionality to the View table engine, allowing users to specify query parameters for views.

Why it matters

This feature enables more flexible and dynamic views by allowing parameters to be passed to the View table engine queries, solving the limitation of static view definitions and enhancing query reuse and modularity.

How to use it

Users can define a View table engine with parameters by specifying the desired query parameters in the view creation statement. These parameters can then be used within the view's query to customize its behavior at runtime.