ClickHouse/docs/en
Smita Kulkarni 038352bfce 40907 Parameterized views as table functions
Implementation:
* Updated parsers by adding a bool allow_query_parameters while creating ordinary view, which is used in interpreters to allow query parameters in SELECT.
* Added a check in ActionsVisitor if multiple parameters have same names while creating parameterised view.
* Added bool in StorageView to represent parameterized view.
* Updated processing of SELECT with parameter values to check for views and added substitution of values in the query parameters.

Testing:
* Added a test tests/queries/0_stateless/02428_parameterized_view.sql

Documentation:
* Updated the english documentation for VIEW.
2022-09-26 15:22:17 +02:00
..
development Remove strange release trains 2022-09-08 01:24:12 +08:00
engines Merge branch 'master' into annoy 2022-09-20 15:28:08 +03:00
getting-started reformat cell tower example doc 2022-09-23 13:28:29 -04:00
interfaces Update http.md 2022-09-22 00:23:05 +02:00
operations Update storing-data.md 2022-09-23 12:54:10 +02:00
sql-reference 40907 Parameterized views as table functions 2022-09-26 15:22:17 +02:00