ClickHouse/docs/en/sql-reference/statements/create
Smita Kulkarni f801772a86 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-23 14:04:43 +02:00
..
database.md add slugs 2022-08-28 10:53:34 -04:00
dictionary.md replace symlinks 2022-08-29 12:19:50 -04:00
function.md add slugs 2022-08-28 10:53:34 -04:00
index.md add slugs 2022-08-28 10:53:34 -04:00
quota.md replace symlinks 2022-08-29 12:19:50 -04:00
role.md add test for changeable_in_readonly + fix SQL in docs 2022-09-09 14:01:29 +02:00
row-policy.md replace symlinks 2022-08-29 12:19:50 -04:00
settings-profile.md add test for changeable_in_readonly + fix SQL in docs 2022-09-09 14:01:29 +02:00
table.md replace symlinks 2022-08-29 12:19:50 -04:00
user.md replace symlinks 2022-08-29 12:19:50 -04:00
view.md 40907 Parameterized views as table functions 2022-09-23 14:04:43 +02:00