ClickHouse/tests/queries/0_stateless/01710_normal_projections.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

104 lines
2.1 KiB
Plaintext
Raw Normal View History

2021-04-23 14:32:56 +00:00
select where x < 10
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 0, optimize_use_projections = 0
2021-04-23 14:32:56 +00:00
0 4294967295
1 4294967294
2 4294967293
3 4294967292
4 4294967291
5 4294967290
6 4294967289
7 4294967288
8 4294967287
9 4294967286
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 0, optimize_use_projections = 1
2021-04-23 14:32:56 +00:00
0 4294967295
1 4294967294
2 4294967293
3 4294967292
4 4294967291
5 4294967290
6 4294967289
7 4294967288
8 4294967287
9 4294967286
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 1, optimize_use_projections = 0
2021-04-23 14:32:56 +00:00
0 4294967295
1 4294967294
2 4294967293
3 4294967292
4 4294967291
5 4294967290
6 4294967289
7 4294967288
8 4294967287
9 4294967286
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 1, optimize_use_projections = 1
2021-04-23 14:32:56 +00:00
0 4294967295
1 4294967294
2 4294967293
3 4294967292
4 4294967291
5 4294967290
6 4294967289
7 4294967288
8 4294967287
9 4294967286
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 0, optimize_use_projections = 0
2021-05-03 16:41:48 +00:00
"rows_read": 100,
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 0, optimize_use_projections = 1
2021-05-03 16:41:48 +00:00
"rows_read": 100,
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 1, optimize_use_projections = 0
2021-05-03 16:41:48 +00:00
"rows_read": 100,
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 1, optimize_use_projections = 1
2021-05-03 16:41:48 +00:00
"rows_read": 100,
2021-04-23 14:32:56 +00:00
select where y > 4294967286
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 0, optimize_use_projections = 0
2021-04-23 14:32:56 +00:00
0 4294967295
1 4294967294
2 4294967293
3 4294967292
4 4294967291
5 4294967290
6 4294967289
7 4294967288
8 4294967287
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 0, optimize_use_projections = 1
2021-04-23 14:32:56 +00:00
0 4294967295
1 4294967294
2 4294967293
3 4294967292
4 4294967291
5 4294967290
6 4294967289
7 4294967288
8 4294967287
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 1, optimize_use_projections = 0
2021-04-23 14:32:56 +00:00
0 4294967295
1 4294967294
2 4294967293
3 4294967292
4 4294967291
5 4294967290
6 4294967289
7 4294967288
8 4294967287
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 1, optimize_use_projections = 1
2021-04-23 14:32:56 +00:00
0 4294967295
1 4294967294
2 4294967293
3 4294967292
4 4294967291
5 4294967290
6 4294967289
7 4294967288
8 4294967287
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 0, optimize_use_projections = 0
2021-05-03 16:41:48 +00:00
"rows_read": 100,
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 0, optimize_use_projections = 1
2021-05-03 16:41:48 +00:00
"rows_read": 100,
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 1, optimize_use_projections = 0
2021-05-03 16:41:48 +00:00
"rows_read": 100,
2023-05-10 01:35:13 +00:00
optimize_move_to_prewhere = 1, optimize_use_projections = 1
2021-05-03 16:41:48 +00:00
"rows_read": 100,
50