ClickHouse/tests
Smita Kulkarni bb451b2b27 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 16:46:57 +02:00
..
ci
config Revert "Better config for cache" 2022-09-22 17:57:44 +02:00
fuzz
instructions
integration Update test.py 2022-09-23 14:01:00 +03:00
jepsen.clickhouse-keeper
perf_drafts
performance
queries 40907 Parameterized views as table functions 2022-09-23 16:46:57 +02:00
.gitignore
clickhouse-test
CMakeLists.txt
msan_suppressions.txt
tsan_suppressions.txt
ubsan_suppressions.txt