mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
36c3feea80
Left join right keys fix
36 lines
744 B
Plaintext
36 lines
744 B
Plaintext
-------Not need optimize predicate, but it works.-------
|
|
1
|
|
1
|
|
1
|
|
-------Need push down-------
|
|
0 0
|
|
1
|
|
1
|
|
1
|
|
1
|
|
1 1
|
|
3 3
|
|
3 3
|
|
2000-01-01 1 test string 1 1
|
|
3 3
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
1 2000-01-01 1
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1 2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
1 2000-01-01 2000-01-01 1 test string 1 1
|
|
2000-01-01 1 test string 1 1
|
|
2000-01-01 2 test string 2 2
|
|
1
|
|
1
|
|
-------Push to having expression, need check.-------
|
|
-------Compatibility test-------
|
|
1 2000-01-01 2000-01-01 1 test string 1 1
|