Commit Graph

4 Commits

Author SHA1 Message Date
Maksim Kita
3d34247998 Fixed tests 2023-03-11 11:51:54 +01:00
Smita Kulkarni
97024f8ee5 Removed WithAlias option, added option to ignore_constant for QueryTreeNodeTable. Moved cache to QueryAnalysisPass, adjusted test to check with alias - 42648 Support scalar subqueries cache 2022-12-13 16:55:00 +01:00
Smita Kulkarni
aa35df7098 Support scalar subqueries cache
Implementation:
* Added a map with hash of the node (without alias) and the evaluated value to Context.
Testing:
* Added a test-case with new analyser in 02174_cte_scalar_cache.sql
2022-11-24 21:44:26 +01:00
Raúl Marín
beb99a344f Tests 2022-01-26 17:36:45 +01:00