File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
tests/queries/0_stateless Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -5,52 +5,48 @@ CreatingSets
55 Indexes:
66 PrimaryKey
77 Keys:
8- id
98 value
10- Condition: ((id, value) in 5-element set)
9+ Condition: (value in 5-element set)
1110 Parts: 1/1
1211 Granules: 1/1
1312 Search Algorithm: generic exclusion search
14- Ranges: 1
13+ Ranges: 1
1514CreatingSets
1615 Expression
1716 Filter
1817 ReadFromMergeTree
1918 Indexes:
2019 PrimaryKey
2120 Keys:
22- id
2321 value
24- Condition: ((id, value) in 0-element set)
22+ Condition: (value in 0-element set)
2523 Parts: 0/1
2624 Granules: 0/1
2725 Search Algorithm: generic exclusion search
28- Ranges: 0
26+ Ranges: 0
2927CreatingSets
3028 Expression
3129 Filter
3230 ReadFromMergeTree
3331 Indexes:
3432 PrimaryKey
3533 Keys:
36- id
3734 value
38- Condition: ((id, value) in 5-element set)
35+ Condition: (value in 5-element set)
3936 Parts: 1/1
4037 Granules: 1/1
4138 Search Algorithm: generic exclusion search
42- Ranges: 1
39+ Ranges: 1
4340CreatingSets
4441 Expression
4542 Filter
4643 ReadFromMergeTree
4744 Indexes:
4845 PrimaryKey
4946 Keys:
50- id
5147 value
52- Condition: ((id, value) in 0-element set)
48+ Condition: (value in 0-element set)
5349 Parts: 0/1
5450 Granules: 0/1
5551 Search Algorithm: generic exclusion search
56- Ranges: 0
52+ Ranges: 0
You can’t perform that action at this time.
0 commit comments