ClickHouse/tests/queries
Amos Bird 264cff6415
Projections
TODO (suggested by Nikolai)

1. Build query plan fro current query (inside storage::read) up to WithMergableState
2. Check, that plan is simple enough: Aggregating - Expression - Filter - ReadFromStorage (or simplier)
3. Check, that filter is the same as filter in projection, and also expression calculates the same aggregation keys as in projection
4. Return WithMergableState if projection applies

3 will be easier to do with ActionsDAG, cause it sees all functions, and dependencies are direct (but it is possible with ExpressionActions also)

Also need to figure out how prewhere works for projections, and
row_filter_policies.

wip
2021-05-11 18:12:23 +08:00
..
0_stateless Projections 2021-05-11 18:12:23 +08:00
1_stateful Revert "[RFC] Fix memory tracking with min_bytes_to_use_mmap_io" 2021-04-19 01:30:53 +03:00
bugs
__init__.py
.gitignore
conftest.py
query_test.py Another attempt to enable pytest (#22664) 2021-04-14 19:35:17 +03:00
server.py
shell_config.sh Merge branch 'master' into postgresql-protocol-with-row-policy 2021-04-14 14:50:28 +03:00
skip_list.json add test to skip list 2021-05-07 02:52:51 +03:00